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

k6: 0.52.0 -> 0.53.0
This commit is contained in:
Fabián Heredia Montiel 2024-08-15 15:00:14 -06:00 committed by GitHub
commit 6bc96875fb
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.52.0";
version = "0.53.0";
src = fetchFromGitHub {
owner = "grafana";
repo = pname;
rev = "v${version}";
hash = "sha256-OgIU+xWkQnU+ngeMrOkMFaQuvcMfVzKvukcJTgInyxM=";
hash = "sha256-mh7Y7AGNvXRD2MJN8UOCSDNWJZlnu9hBdeDePfce9g8=";
};
subPackages = [ "./" ];