credhub-cli 2.9.9 -> 2.9.13 https://github.com/cloudfoundry-incubator/credhub-cli/releases attrpath: credhub-cli 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/tools/admin/credhub-cli/default.nix b/pkgs/tools/admin/credhub-cli/default.nix index cc02d8b6fc1..7a190cf9b60 100644 --- a/pkgs/tools/admin/credhub-cli/default.nix +++ b/pkgs/tools/admin/credhub-cli/default.nix @@ -2,13 +2,13 @@ buildGoModule rec { pname = "credhub-cli"; - version = "2.9.9"; + version = "2.9.13"; src = fetchFromGitHub { owner = "cloudfoundry-incubator"; repo = "credhub-cli"; rev = version; - sha256 = "sha256-hqmPv+/TNGzI9yMB7AnK7UOw6MI0jeII8A5KSIlulyk="; + sha256 = "sha256-6ZTuWlF+yPDfvCLJpfOyRgikCzG1vcMP983/MWZdchM="; }; # these tests require network access that we're not going to give them @@ -18,7 +18,7 @@ buildGoModule rec { ''; __darwinAllowLocalNetworking = true; - vendorSha256 = null; + vendorHash = null; ldflags = [ "-s" Successfully finished processing cachix "/nix/store/5qa99vj413qy53q3bmj90aijb01yzz9g-credhub-cli-2.9.13" Received ExitFailure 1 when running Shell command: cachix push nix-community pushing to cachix failed