k6: 0.57.0 -> 1.0.0

This commit is contained in:
R. Ryantm 2025-05-14 21:53:39 +00:00
parent 6d0d3850ff
commit 8f7ed70339

View file

@ -8,13 +8,13 @@
buildGoModule rec {
pname = "k6";
version = "0.57.0";
version = "1.0.0";
src = fetchFromGitHub {
owner = "grafana";
repo = pname;
rev = "v${version}";
hash = "sha256-wU/Kelv/5N86xHJT6E5dfdzBgSYiTYZJ8rkjLyU7RAo=";
hash = "sha256-xHT7V933BzRVzqufPF9bUNU68xIEEAOD9KTNK5cRSmI=";
};
subPackages = [ "./" ];