k6: 1.2.2 -> 1.2.3 (#439206)

This commit is contained in:
nixpkgs-merge-bot[bot]
2025-09-02 01:16:25 +00:00
committed by GitHub
+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 = [ "./" ];