xk6: 1.3.5 -> 1.3.7

This commit is contained in:
R. Ryantm
2026-03-27 08:03:35 +00:00
parent 9ecd4b69ea
commit 8db3077caf
+2 -2
View File
@@ -9,13 +9,13 @@
buildGoModule rec {
pname = "xk6";
version = "1.3.5";
version = "1.3.7";
src = fetchFromGitHub {
owner = "grafana";
repo = "xk6";
tag = "v${version}";
hash = "sha256-jx93bHypu01dmUzDleqgTmEZr7f97qaNxLu3j/GKmiY=";
hash = "sha256-/7u06n0bpRfPIeAs6t8UM9gw2ZYbNcyFGRZ56Z6JVQY=";
};
vendorHash = null;