k6: 0.41.0 -> 0.42.0

This commit is contained in:
R. Ryantm 2022-12-27 10:14:59 +00:00
parent c2e1d345cb
commit 569d65e69e

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "k6";
version = "0.41.0";
version = "0.42.0";
src = fetchFromGitHub {
owner = "grafana";
repo = pname;
rev = "v${version}";
sha256 = "sha256-kMWheOf6lR2Fdb77NvjQYB/PHILs6ZIfQORh72ojc8c=";
sha256 = "sha256-DlB1oTE5RkxSyNupZ2U+dmr7qNPq8xJU3R0pAjm5EFQ=";
};
subPackages = [ "./" ];