Merge pull request #260224 from aaronjheng/k6

k6: 0.46.0 -> 0.47.0
This commit is contained in:
Mario Rodas 2023-10-11 05:44:48 -05:00 committed by GitHub
commit 4a8147ee1e
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.46.0";
version = "0.47.0";
src = fetchFromGitHub {
owner = "grafana";
repo = pname;
rev = "v${version}";
sha256 = "sha256-4ucnq/FTvdDpzf1RWRY+U5A+BCaaQWMTEaZtmU0JD90=";
hash = "sha256-90r6dyesYfa/eC/joUDPDfGU8r8qbPzzhwf0EwnGee0=";
};
subPackages = [ "./" ];