git-cliff: 0.9.1 -> 0.9.2

main
R. Ryantm 2 years ago committed by Matthieu Coudron
parent dae204faa0
commit 14467fed7f
  1. 6
      pkgs/applications/version-management/git-and-tools/git-cliff/default.nix

@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec {
pname = "git-cliff";
version = "0.9.1";
version = "0.9.2";
src = fetchFromGitHub {
owner = "orhun";
repo = "git-cliff";
rev = "v${version}";
sha256 = "sha256-dtvA7wH2RNqaFnT8SbHHe3dCEBjWdEC21SWEWxI8XrU=";
sha256 = "sha256-6OxYIr2ElyB4QHiPV/KAELmKC+qFGpgerhlDPjLvsio=";
};
cargoSha256 = "sha256-e6YifzTPZ6XS50F7rLomhgdXYY2WC24xLvnLkTj494U=";
cargoSha256 = "sha256-+C7MXmn3FrhD9UVdRmRZbH/rzleATBT0bdlQUSOae5Y=";
# attempts to run the program on .git in src which is not deterministic
doCheck = false;

Loading…
Cancel
Save