k6: 1.2.2 -> 1.2.3

This commit is contained in:
R. Ryantm
2025-09-01 13:58:37 +00:00
parent 1afb300b0d
commit fe8dda1bb0
+2 -2
View File
@@ -8,13 +8,13 @@
buildGoModule rec {
pname = "k6";
version = "1.2.2";
version = "1.2.3";
src = fetchFromGitHub {
owner = "grafana";
repo = "k6";
rev = "v${version}";
hash = "sha256-RJZD8TwPE5FzIWgtgjEMc2ATxH17LCbaLDfIIDh1ruY=";
hash = "sha256-2WdaROZ9rR/Eobev274+3O/r474HimSwjRkWcp6kBu8=";
};
subPackages = [ "./" ];