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

k6: 0.43.1 -> 0.44.0
This commit is contained in:
Weijia Wang 2023-05-05 00:41:22 +03:00 committed by GitHub
commit b99c190101
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.43.1";
version = "0.44.0";
src = fetchFromGitHub {
owner = "grafana";
repo = pname;
rev = "v${version}";
sha256 = "sha256-JiXVDdCbXCsOSgYXIjJwXcgsbFPPoF/bY4nftaSgtdM=";
sha256 = "sha256-U7/PJzjIKIKKC3Ao7HtiSDaRK1L7ZGUz/KP2SIoZXfo=";
};
subPackages = [ "./" ];