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

k6: 0.50.0 -> 0.51.0
This commit is contained in:
Aleksana 2024-05-14 21:16:29 +08:00 committed by GitHub
commit b03d623826
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.50.0";
version = "0.51.0";
src = fetchFromGitHub {
owner = "grafana";
repo = pname;
rev = "v${version}";
hash = "sha256-lR16M8TAP0ilvcrA9YjVoZMrsi+kwEFKx5Fd3birHHM=";
hash = "sha256-NlSb0UNe61AG/BQyUFqZEug3VnGTi0W0o0CblvV+oDg=";
};
subPackages = [ "./" ];