k6: 1.5.0 -> 1.6.0

This commit is contained in:
R. Ryantm
2026-02-10 11:11:38 +00:00
parent ce1a7c1f9e
commit b99c829ac9
+2 -2
View File
@@ -8,13 +8,13 @@
buildGoModule (finalAttrs: {
pname = "k6";
version = "1.5.0";
version = "1.6.0";
src = fetchFromGitHub {
owner = "grafana";
repo = "k6";
rev = "v${finalAttrs.version}";
hash = "sha256-kgdJAmjk92xXBYJrfprYztBnTK4cqIpk9iwKULDVRl8=";
hash = "sha256-rfurCWplI21vEYEArxp4wrAn6oOWenMkGetFDy5WCAY=";
};
subPackages = [ "./" ];