Skip to content

Commit 4aafbce

Browse files
committed
xk6: 0.19.2 -> 0.20.1
1 parent 2450a1e commit 4aafbce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/xk/xk6/package.nix

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

1010
buildGoModule rec {
1111
pname = "xk6";
12-
version = "0.19.2";
12+
version = "0.20.1";
1313

1414
src = fetchFromGitHub {
1515
owner = "grafana";
1616
repo = "xk6";
1717
tag = "v${version}";
18-
hash = "sha256-yDPF53hmKvUZB9tu6s20jSDfXKyahkpJ8t6lmz6WzvQ=";
18+
hash = "sha256-RVuHGvoXQ9tAUEYTGK03Qjkgl3WCbFqbqt2rkPP6MYs=";
1919
};
2020

2121
vendorHash = null;

0 commit comments

Comments
 (0)