k6: 0.42.0 -> 0.43.1

This commit is contained in:
R. Ryantm 2023-04-20 18:09:49 +00:00
parent cb4ab614ee
commit 8093c0935e

View File

@ -2,18 +2,18 @@
buildGoModule rec {
pname = "k6";
version = "0.42.0";
version = "0.43.1";
src = fetchFromGitHub {
owner = "grafana";
repo = pname;
rev = "v${version}";
sha256 = "sha256-DlB1oTE5RkxSyNupZ2U+dmr7qNPq8xJU3R0pAjm5EFQ=";
sha256 = "sha256-JiXVDdCbXCsOSgYXIjJwXcgsbFPPoF/bY4nftaSgtdM=";
};
subPackages = [ "./" ];
vendorSha256 = null;
vendorHash = null;
nativeBuildInputs = [ installShellFiles ];