git-cliff: 2.10.0 -> 2.10.1 (#445053)

authored by nixpkgs-merge-bot[bot] and committed by GitHub 734d9fee b44a5519

+3 -3
+3 -3
pkgs/by-name/gi/git-cliff/package.nix
··· 8 8 9 9 rustPlatform.buildRustPackage rec { 10 10 pname = "git-cliff"; 11 - version = "2.10.0"; 11 + version = "2.10.1"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "orhun"; 15 15 repo = "git-cliff"; 16 16 rev = "v${version}"; 17 - hash = "sha256-Kv17U2/1mM+c1356oo2730AihgYUDGULOoZVlqW5tZY="; 17 + hash = "sha256-AFNOnFX/U0HkVypzrt1LELMiXshgVJ6q52ga74V9J9w="; 18 18 }; 19 19 20 - cargoHash = "sha256-nsE4yDXVA7h82LekaKMPLEG0cRfR4UmxoCzF/wecMcQ="; 20 + cargoHash = "sha256-6B65R/6VVUm7OZs/8UmJTEQ0htWBas1kxQj0qQ0QW+4="; 21 21 22 22 # attempts to run the program on .git in src which is not deterministic 23 23 doCheck = false;