xk6: 1.3.7 -> 1.4.3

This commit is contained in:
R. Ryantm
2026-05-17 00:09:58 +00:00
parent 71169b1079
commit e6af4337ff

View File

@@ -9,13 +9,13 @@
buildGoModule rec {
pname = "xk6";
version = "1.3.7";
version = "1.4.3";
src = fetchFromGitHub {
owner = "grafana";
repo = "xk6";
tag = "v${version}";
hash = "sha256-/7u06n0bpRfPIeAs6t8UM9gw2ZYbNcyFGRZ56Z6JVQY=";
hash = "sha256-dQiv+weenG3o7eUHtfUzGFPYAXCspyRSPclQjhje7+U=";
};
vendorHash = null;