Skip to content

Commit

Permalink
git-cliff: 0.6.1 -> 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and happysalada committed Apr 27, 2022
1 parent c425aa4 commit d9e593e
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

rustPlatform.buildRustPackage rec {
pname = "git-cliff";
version = "0.6.1";
version = "0.7.0";

src = fetchFromGitHub {
owner = "orhun";
repo = "git-cliff";
rev = "v${version}";
sha256 = "sha256-CJ/2Cv/XoLq9U7u5mexH8iCCHbGtV6xohP3FapqO3+g=";
sha256 = "sha256-wVHL2+didmiN7UlEeIuSr+8LhkFKCOD3of4rKVg1i1o=";
};

cargoSha256 = "sha256-pYStKDgvvV/Z96TAonpDW7DIs1YSO6gAoiUCieVa9QY=";
cargoSha256 = "sha256-5jhloUnaGXXDu2LCO86SMJo8ETIxLAivv3hx9gEqtJ4=";

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

0 comments on commit d9e593e

Please sign in to comment.