xk6: 1.1.1 -> 1.1.2

This commit is contained in:
R. Ryantm
2025-07-25 10:23:02 +00:00
parent 4481a556b4
commit f250323cf1
+2 -2
View File
@@ -9,13 +9,13 @@
buildGoModule rec {
pname = "xk6";
version = "1.1.1";
version = "1.1.2";
src = fetchFromGitHub {
owner = "grafana";
repo = "xk6";
tag = "v${version}";
hash = "sha256-cypxnBQwVW4gdesRljlT8ATmgojOj5RxU+lScMTj5Ac=";
hash = "sha256-o+sN/xAGewqHo6/aoN23+FG1YrtNykc4voSg5wO74uA=";
};
vendorHash = null;