Merge pull request #152694 from r-ryantm/auto-update/git-cliff

git-cliff: 0.4.2 -> 0.5.0

authored by Ben Siraphob and committed by GitHub a63ae3e0 c1792db4

+3 -3
+3 -3
pkgs/applications/version-management/git-and-tools/git-cliff/default.nix
··· 2 2 3 3 rustPlatform.buildRustPackage rec { 4 4 pname = "git-cliff"; 5 - version = "0.4.2"; 5 + version = "0.5.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "orhun"; 9 9 repo = "git-cliff"; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-FCBNm51QI1jDdq2BZFwZA1kpIfXIvh1ickmY3ZqwGPY="; 11 + sha256 = "sha256-1ScZ8pxRN/Eot/Q+HWbWOgDWBmVLjqtPeftRsNQIJEI="; 12 12 }; 13 13 14 - cargoSha256 = "sha256-CBCyujJHWTatJO+Tk6MyOk12B0cY1JSwLQizjcXeQzQ="; 14 + cargoSha256 = "sha256-FMlJn/mVcrHhu3gGISb1e7D2mVAocccqXRYZnMVNPqA="; 15 15 16 16 # attempts to run the program on .git in src which is not deterministic 17 17 doCheck = false;