Unverified Commit f56683ce authored by figsoda's avatar figsoda Committed by GitHub
Browse files

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

git-cliff: 1.1.2 -> 1.2.0
parents 18172c2b 0b405268
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -7,16 +7,16 @@

rustPlatform.buildRustPackage rec {
  pname = "git-cliff";
  version = "1.1.2";
  version = "1.2.0";

  src = fetchFromGitHub {
    owner = "orhun";
    repo = "git-cliff";
    rev = "v${version}";
    hash = "sha256-QYldwxQYod5qkNC3soiKoCLDFR4UaLxdGkVufn1JIeE=";
    hash = "sha256-EmpWJWvYxyg6m08Q77kRehtcVSQOm16ZdcmZWncLch4=";
  };

  cargoHash = "sha256-jwDJb9Hl0PegCufmaj1Q3h5itgt26E4dwmcyCxZ+4FM=";
  cargoHash = "sha256-ECTvfS09CglAavj8LJbfpxnaWQtsp4DZb7GMJHIeEAA=";

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