xk6: 1.0.1 -> 1.1.1

This commit is contained in:
R. Ryantm
2025-07-17 05:41:48 +00:00
parent 6c6254bd01
commit 7e44f21169
+2 -2
View File
@@ -9,13 +9,13 @@
buildGoModule rec {
pname = "xk6";
version = "1.0.1";
version = "1.1.1";
src = fetchFromGitHub {
owner = "grafana";
repo = "xk6";
tag = "v${version}";
hash = "sha256-uFW8TogMq0Uo0SXzO7V8xK4UCo+u6CTArIWIwz+kyZc=";
hash = "sha256-cypxnBQwVW4gdesRljlT8ATmgojOj5RxU+lScMTj5Ac=";
};
vendorHash = null;