git-cliff 1.4.0 -> 2.0.4 https://github.com/orhun/git-cliff/releases attrpath: git-cliff Checking auto update branch... An auto update branch exists with message `git-cliff: 1.4.0 -> 2.0.2`. New version is 2.0.4. The auto update branch does not match or exceed the new version. [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] Replacing cargoHash with sha256-xDIXXHoykEtRzWm5NDE1rcFgC4iFxhUPgwlvaoHmV6Y= [rustCrateVersion] Finished updating Crate version and replacing hashes [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/applications/version-management/git-cliff/default.nix b/pkgs/applications/version-management/git-cliff/default.nix index 7a1179dba301..93710cf37d23 100644 --- a/pkgs/applications/version-management/git-cliff/default.nix +++ b/pkgs/applications/version-management/git-cliff/default.nix @@ -7,16 +7,16 @@ rustPlatform.buildRustPackage rec { pname = "git-cliff"; - version = "1.4.0"; + version = "2.0.4"; src = fetchFromGitHub { owner = "orhun"; repo = "git-cliff"; rev = "v${version}"; - hash = "sha256-OK2eoWlqlpf/X8EGMnWTv9Gs5FkYvW5rmQDB/Mkbp60="; + hash = "sha256-0ReMn37sYpS5uX9Nem7M9LthAvGNdJaAob+tEnjIrMw="; }; - cargoHash = "sha256-gtkpZKOaG5p79uJ9cbbGdiOX57bDFTf2/Bd8+WToJrw="; + cargoHash = "sha256-xDIXXHoykEtRzWm5NDE1rcFgC4iFxhUPgwlvaoHmV6Y="; # attempts to run the program on .git in src which is not deterministic doCheck = false; Successfully finished processing cachix "/nix/store/valbw4a7p0d3sixqrsfmfgrf6dcirrw7-git-cliff-2.0.4" [check][nixpkgs-review] Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package 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/orhun/git-cliff/releases. meta.description for git-cliff is: A highly customizable Changelog Generator that follows Conventional Commit specifications meta.homepage for git-cliff is: https://github.com/orhun/git-cliff meta.changelog for git-cliff is: https://github.com/orhun/git-cliff/blob/v2.0.4/CHANGELOG.md ###### Updates performed - Rust version update ###### To inspect upstream changes - [Release on GitHub](https://github.com/orhun/git-cliff/releases/tag/v2.0.4) - [Compare changes on GitHub](https://github.com/orhun/git-cliff/compare/v1.4.0...v2.0.4) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 2.0.4 with grep in /nix/store/valbw4a7p0d3sixqrsfmfgrf6dcirrw7-git-cliff-2.0.4 - found 2.0.4 in filename of file in /nix/store/valbw4a7p0d3sixqrsfmfgrf6dcirrw7-git-cliff-2.0.4 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath git-cliff ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/valbw4a7p0d3sixqrsfmfgrf6dcirrw7-git-cliff-2.0.4 \ --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 git-cliff https://github.com/r-ryantm/nixpkgs/archive/447275c3ea95f9eea82fb570529cb19e03577694.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/447275c3ea95f9eea82fb570529cb19e03577694#git-cliff ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/valbw4a7p0d3sixqrsfmfgrf6dcirrw7-git-cliff-2.0.4 ls -la /nix/store/valbw4a7p0d3sixqrsfmfgrf6dcirrw7-git-cliff-2.0.4/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 @siraben 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). Updated existing PR https://api.github.com/repos/NixOS/nixpkgs/pulls/290026