xk6: 1.1.3 -> 1.1.5

This commit is contained in:
R. Ryantm
2025-09-21 20:22:17 +00:00
parent 979665e7ed
commit 91ca180e27

View File

@@ -9,13 +9,13 @@
buildGoModule rec {
pname = "xk6";
version = "1.1.3";
version = "1.1.5";
src = fetchFromGitHub {
owner = "grafana";
repo = "xk6";
tag = "v${version}";
hash = "sha256-+sKZjC6H8ddRvCGFmUKp3H1BrLfoawWy3YCDY7bbnc0=";
hash = "sha256-+hWZWWrFkenzmaXAgzuZ9eWB4DmhQZNAQV+FYQdEg2U=";
};
vendorHash = null;