Merge pull request #199348 from r-ryantm/auto-update/k6

k6: 0.40.0 -> 0.41.0
This commit is contained in:
Mario Rodas 2022-11-04 06:33:11 -05:00 committed by GitHub
commit 1e53371bda
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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