commitizen: fix src hash

This commit is contained in:
Bernardo Meurer 2022-03-11 21:43:07 -08:00
parent db0756bf87
commit a17174204c
No known key found for this signature in database
GPG key ID: F4C0D53B8D14C246

View file

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