k6: 1.1.0 -> 1.2.1

This commit is contained in:
R. Ryantm
2025-08-13 13:51:37 +00:00
parent 64cf35ea43
commit 2942f3b68a
+2 -2
View File
@@ -8,13 +8,13 @@
buildGoModule rec {
pname = "k6";
version = "1.1.0";
version = "1.2.1";
src = fetchFromGitHub {
owner = "grafana";
repo = "k6";
rev = "v${version}";
hash = "sha256-Xa0N2+yE886ftEoDJ13RyD4MZc62IswNVkd947fy0dY=";
hash = "sha256-5KOJfGqZbh6+oVfuayg3s4ldSgC0oi9Qv3/bqDK2Zpc=";
};
subPackages = [ "./" ];