xk6: 0.14.4-4c1 -> 0.15.0 (#392959)

This commit is contained in:
Arne Keller
2025-03-25 22:59:07 +01:00
committed by GitHub
+2 -2
View File
@@ -9,13 +9,13 @@
buildGoModule rec {
pname = "xk6";
version = "0.14.4-4c1";
version = "0.15.0";
src = fetchFromGitHub {
owner = "grafana";
repo = "xk6";
tag = "v${version}";
hash = "sha256-r8DbE6H4VFFzRq2uKj+N2mgN/V0w5PVWf3FvmB0YwbM=";
hash = "sha256-sRrzsxMm6e4qIcW4+Ok/Dlccbzd0xmRskXPJ+frmXjA=";
};
vendorHash = null;