k6 0.42.0 -> 0.43.1 https://github.com/grafana/k6/releases attrpath: k6 Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Found old vendorHash = null [golangModuleVersion] Set vendorHash to null [golangModuleVersion] Finished updating vendorHash [updateScript] [updateScript] skipping because derivation has no updateScript [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/tools/k6/default.nix b/pkgs/development/tools/k6/default.nix index 82255b249ec..f73d1dfdcaf 100644 --- a/pkgs/development/tools/k6/default.nix +++ b/pkgs/development/tools/k6/default.nix @@ -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 ]; Successfully finished processing cachix "/nix/store/4dznvvpxsijqdg4g2kp5qm42b3mx7r09-k6-0.43.1" Received ExitFailure 1 when running Shell command: cachix push nix-community pushing to cachix failed