cli11 2.3.0 -> 2.3.2 https://github.com/CLIUtils/CLI11/releases attrpath: cli11 Checking auto update branch... An auto update branch exists with message `cli11: 2.3.0 -> 2.3.1`. New version is 2.3.2. The auto update branch does not match or exceed the new version. [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [updateScript] [updateScript] skipping because derivation has no updateScript [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/tools/misc/cli11/default.nix b/pkgs/development/tools/misc/cli11/default.nix index f55857a4ef0..83de5d9cb01 100644 --- a/pkgs/development/tools/misc/cli11/default.nix +++ b/pkgs/development/tools/misc/cli11/default.nix @@ -10,13 +10,13 @@ stdenv.mkDerivation rec { pname = "cli11"; - version = "2.3.0"; + version = "2.3.2"; src = fetchFromGitHub { owner = "CLIUtils"; repo = "CLI11"; rev = "v${version}"; - sha256 = "sha256-J/hOgCDQPI0n2BGJK0+HIwlfNDVaZcxCC45uFAR7JUc="; + sha256 = "sha256-x3/kBlf5LdzkTO4NYOKanZBfcU4oK+fJw9L7cf88LsY="; }; nativeBuildInputs = [ cmake ]; Successfully finished processing cachix "/nix/store/4gi0fzjildjy6j7nwga9zc5ghm7fy29i-cli11-2.3.2" [check][nixpkgs-review] Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
3 packages built:
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/CLIUtils/CLI11/releases. meta.description for cli11 is: Command line parser for C++11 meta.homepage for cli11 is: https://github.com/CLIUtils/CLI11 ###### Updates performed - Version update ###### To inspect upstream changes - [Release on GitHub](https://github.com/CLIUtils/CLI11/releases/tag/v2.3.2) - [Compare changes on GitHub](https://github.com/CLIUtils/CLI11/compare/v2.3.0...v2.3.2) ###### Impact
Checks done (click to expand) --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 2.3.2 with grep in /nix/store/4gi0fzjildjy6j7nwga9zc5ghm7fy29i-cli11-2.3.2 - found 2.3.2 in filename of file in /nix/store/4gi0fzjildjy6j7nwga9zc5ghm7fy29i-cli11-2.3.2 ---
Rebuild report (if merged into master) (click to expand) ``` 3 total rebuild path(s) 3 package rebuild(s) First fifty rebuilds by attrpath cli11 micromamba torrenttools ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/4gi0fzjildjy6j7nwga9zc5ghm7fy29i-cli11-2.3.2 \ --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 cli11 https://github.com/r-ryantm/nixpkgs/archive/495c294fae28ba842448239eaf4931c20eec17d1.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/4gi0fzjildjy6j7nwga9zc5ghm7fy29i-cli11-2.3.2 ls -la /nix/store/4gi0fzjildjy6j7nwga9zc5ghm7fy29i-cli11-2.3.2/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)
3 packages built:
--- ###### Maintainer pings Updated existing PR https://api.github.com/repos/NixOS/nixpkgs/pulls/199014