k6: 0.56.0 -> 0.57.0

This commit is contained in:
R. Ryantm
2025-02-13 13:25:34 +00:00
parent 9a4b0e6f7b
commit a0a6f30c97
+2 -2
View File
@@ -8,13 +8,13 @@
buildGoModule rec {
pname = "k6";
version = "0.56.0";
version = "0.57.0";
src = fetchFromGitHub {
owner = "grafana";
repo = pname;
rev = "v${version}";
hash = "sha256-QU/FJZqyodwUGxb3MjaQXIGWZSlrkxKe4bh6r/p7jrQ=";
hash = "sha256-wU/Kelv/5N86xHJT6E5dfdzBgSYiTYZJ8rkjLyU7RAo=";
};
subPackages = [ "./" ];