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

k6: 0.49.0 -> 0.50.0
This commit is contained in:
Weijia Wang 2024-03-26 02:40:39 +01:00 committed by GitHub
commit f8b1fbae03
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "k6";
version = "0.49.0";
version = "0.50.0";
src = fetchFromGitHub {
owner = "grafana";
repo = pname;
rev = "v${version}";
hash = "sha256-zlsHEAGsey+qe0s7sle9Kt/V0hTp6uzelJmRlATznUY=";
hash = "sha256-lR16M8TAP0ilvcrA9YjVoZMrsi+kwEFKx5Fd3birHHM=";
};
subPackages = [ "./" ];