k6: 0.45.1 -> 0.46.0

k6: added kashw2 maintainer
This commit is contained in:
kashw2 2023-08-31 13:18:39 +10:00
parent 45e71bfb9d
commit 91bc672ca1

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "k6";
version = "0.45.1";
version = "0.46.0";
src = fetchFromGitHub {
owner = "grafana";
repo = pname;
rev = "v${version}";
sha256 = "sha256-TeZ4nAU5SorIrGeQ1zM8YWcDWPt3F2rhPLoKx2Vvl+Q=";
sha256 = "sha256-4ucnq/FTvdDpzf1RWRY+U5A+BCaaQWMTEaZtmU0JD90=";
};
subPackages = [ "./" ];
@ -34,6 +34,6 @@ buildGoModule rec {
homepage = "https://k6.io/";
changelog = "https://github.com/grafana/k6/releases/tag/v${version}";
license = licenses.agpl3Plus;
maintainers = with maintainers; [ offline bryanasdev000 ];
maintainers = with maintainers; [ offline bryanasdev000 kashw2 ];
};
}