Skip to content

Commit

Permalink
Merge pull request #163759 from lovesegfault/commitizen-fix-hash
Browse files Browse the repository at this point in the history
commitizen: fix src hash
  • Loading branch information
lovesegfault authored Mar 12, 2022
2 parents db0756b + a171742 commit 12769bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ buildPythonApplication rec {
owner = "commitizen-tools";
repo = pname;
rev = "v${version}";
sha256 = "sha256-ZFKUG8dE1hpWPGitdQlYeBSzWn3LPR7VGWsuq1Le5OQ=";
sha256 = "sha256-7S676bpSrlAqpbgDj9nAo0WjeitbbHoYc693MJm35Js=";
deepClone = true;
};

Expand Down

0 comments on commit 12769bc

Please sign in to comment.