k6: 0.46.0 -> 0.47.0

This commit is contained in:
Aaron Jheng 2023-10-10 14:01:39 +00:00
parent aaf2e4e752
commit 8b1d51a288
No known key found for this signature in database
GPG Key ID: F6A547A869D050A3

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 = [ "./" ];