Skip to content

Commit 44cffa7

Browse files
k6: 1.0.0 -> 1.1.0 (#420025)
Co-authored-by: kashw2 <[email protected]>
2 parents b3d28a7 + 762c2a2 commit 44cffa7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/k6/k6/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88

99
buildGoModule rec {
1010
pname = "k6";
11-
version = "1.0.0";
11+
version = "1.1.0";
1212

1313
src = fetchFromGitHub {
1414
owner = "grafana";
1515
repo = "k6";
1616
rev = "v${version}";
17-
hash = "sha256-xHT7V933BzRVzqufPF9bUNU68xIEEAOD9KTNK5cRSmI=";
17+
hash = "sha256-Xa0N2+yE886ftEoDJ13RyD4MZc62IswNVkd947fy0dY=";
1818
};
1919

2020
subPackages = [ "./" ];

0 commit comments

Comments
 (0)