2022-11-11T00:45:43 credhub-cli 2.9.6 -> 2.9.8 https://github.com/cloudfoundry-incubator/credhub-cli/releases 2022-11-11T00:45:45 attrpath: credhub-cli 2022-11-11T00:45:45 Checking auto update branch... 2022-11-11T00:45:45 An auto update branch exists with message `credhub-cli: 2.9.6 -> 2.9.7`. New version is 2.9.8. 2022-11-11T00:45:45 The auto update branch does not match or exceed the new version. 2022-11-11T00:45:49 [version] 2022-11-11T00:45:49 [version] generic version rewriter does not support multiple hashes 2022-11-11T00:45:49 [rustCrateVersion] 2022-11-11T00:45:49 [rustCrateVersion] No cargoSha256 found 2022-11-11T00:45:49 [golangModuleVersion] 2022-11-11T00:45:53 [golangModuleVersion] Found old vendorSha256 = null 2022-11-11T00:46:17 [golangModuleVersion] Set vendorSha256 to null 2022-11-11T00:46:17 [golangModuleVersion] Finished updating vendorSha256 2022-11-11T00:46:17 [updateScript] 2022-11-11T00:46:17 [updateScript] skipping because derivation has no updateScript 2022-11-11T00:46:17 2022-11-11T00:46:17 [quotedUrls] 2022-11-11T00:46:17 [quotedUrls] nothing found to replace 2022-11-11T00:46:17 Diff after rewrites: diff --git a/pkgs/tools/admin/credhub-cli/default.nix b/pkgs/tools/admin/credhub-cli/default.nix index 5097b12cfd3..86ce097c1be 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.6"; + version = "2.9.8"; src = fetchFromGitHub { owner = "cloudfoundry-incubator"; repo = "credhub-cli"; rev = version; - sha256 = "sha256-g7LJlMKwV3Cq0LEBPWPgzPJAp9W6bwVuuVVv/ZhuBSM="; + sha256 = "sha256-lhnH4+/fwZKEDN1465T8+elinTkhjYbOX2aj5eRnwZk="; }; # these tests require network access that we're not going to give them 2022-11-11T00:47:48 Successfully finished processing 2022-11-11T00:47:48 cachix "/nix/store/a3jf702hfr2k7rvwb90lz4xi0lwzs0dw-credhub-cli-2.9.8" 2022-11-11T00:47:52 [check][nixpkgs-review] 2022-11-11T00:50:48 Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
2022-11-11T00:50:51 Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/cloudfoundry-incubator/credhub-cli/releases. meta.description for credhub-cli is: "Provides a command line interface to interact with CredHub servers" meta.homepage for credhub-cli is: "https://github.com/cloudfoundry-incubator/credhub-cli" meta.changelog for credhub-cli is: "" ###### Updates performed - Golang update ###### To inspect upstream changes - [Release on GitHub](https://github.com/cloudfoundry/credhub-cli/releases/tag/2.9.8) - [Compare changes on GitHub](https://github.com/cloudfoundry-incubator/credhub-cli/compare/2.9.6...2.9.8) ###### Impact
Checks done (click to expand) --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 2.9.8 with grep in /nix/store/a3jf702hfr2k7rvwb90lz4xi0lwzs0dw-credhub-cli-2.9.8 - found 2.9.8 in filename of file in /nix/store/a3jf702hfr2k7rvwb90lz4xi0lwzs0dw-credhub-cli-2.9.8 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath credhub-cli ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/a3jf702hfr2k7rvwb90lz4xi0lwzs0dw-credhub-cli-2.9.8 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A credhub-cli https://github.com/r-ryantm/nixpkgs/archive/511180019f75f319652d8ea5ee751b65af3623c9.tar.gz ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/a3jf702hfr2k7rvwb90lz4xi0lwzs0dw-credhub-cli-2.9.8 ls -la /nix/store/a3jf702hfr2k7rvwb90lz4xi0lwzs0dw-credhub-cli-2.9.8/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
--- ###### Maintainer pings cc @risicle for [testing](https://github.com/ryantm/nixpkgs-update/blob/master/doc/nixpkgs-maintainer-faq.md#r-ryantm-opened-a-pr-for-my-package-what-do-i-do). 2022-11-11T00:50:54 Updated existing PR 2022-11-11T00:50:54 https://api.github.com/repos/NixOS/nixpkgs/pulls/198206