xk6: 1.1.2 -> 1.1.3

This commit is contained in:
R. Ryantm
2025-08-30 09:39:29 +00:00
parent 660b9cfd0a
commit f2ede3274f
+2 -2
View File
@@ -9,13 +9,13 @@
buildGoModule rec {
pname = "xk6";
version = "1.1.2";
version = "1.1.3";
src = fetchFromGitHub {
owner = "grafana";
repo = "xk6";
tag = "v${version}";
hash = "sha256-o+sN/xAGewqHo6/aoN23+FG1YrtNykc4voSg5wO74uA=";
hash = "sha256-+sKZjC6H8ddRvCGFmUKp3H1BrLfoawWy3YCDY7bbnc0=";
};
vendorHash = null;