Unverified Commit e1525463 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

git-cliff: 2.3.0 -> 2.4.0
parents 615f72b9 ffac7f11
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,16 +8,16 @@

rustPlatform.buildRustPackage rec {
  pname = "git-cliff";
  version = "2.3.0";
  version = "2.4.0";

  src = fetchFromGitHub {
    owner = "orhun";
    repo = "git-cliff";
    rev = "v${version}";
    hash = "sha256-iTjfFl/bTvyElCIpTj7dsVu3azUSwNTryyssHdCaODg=";
    hash = "sha256-JRFd84DR0pLimAslr+LTC2N09sjOuFCXU71hRsEriOs=";
  };

  cargoHash = "sha256-/Elb/hsk96E7D6TrLgbhD5cQhsXpDigNm5p9FpKGEUQ=";
  cargoHash = "sha256-pLbz2z+l8E/R+GffseOacKrjr6ERZf1ETh8tVQjI4TU=";

  # attempts to run the program on .git in src which is not deterministic
  doCheck = false;