Merge pull request #163759 from lovesegfault/commitizen-fix-hash

commitizen: fix src hash
This commit is contained in:
Bernardo Meurer 2022-03-11 21:57:57 -08:00 committed by GitHub
commit 12769bc7e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,7 +40,7 @@ buildPythonApplication rec {
owner = "commitizen-tools";
repo = pname;
rev = "v${version}";
sha256 = "sha256-ZFKUG8dE1hpWPGitdQlYeBSzWn3LPR7VGWsuq1Le5OQ=";
sha256 = "sha256-7S676bpSrlAqpbgDj9nAo0WjeitbbHoYc693MJm35Js=";
deepClone = true;
};