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

k6: 0.51.0 -> 0.52.0
This commit is contained in:
Weijia Wang 2024-06-30 10:54:40 +02:00 committed by GitHub
commit 6d561df24f
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.51.0";
version = "0.52.0";
src = fetchFromGitHub {
owner = "grafana";
repo = pname;
rev = "v${version}";
hash = "sha256-NlSb0UNe61AG/BQyUFqZEug3VnGTi0W0o0CblvV+oDg=";
hash = "sha256-OgIU+xWkQnU+ngeMrOkMFaQuvcMfVzKvukcJTgInyxM=";
};
subPackages = [ "./" ];