mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 09:17:07 +03:00
Merge pull request #163759 from lovesegfault/commitizen-fix-hash
commitizen: fix src hash
This commit is contained in:
commit
12769bc7e1
@ -40,7 +40,7 @@ buildPythonApplication rec {
|
||||
owner = "commitizen-tools";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-ZFKUG8dE1hpWPGitdQlYeBSzWn3LPR7VGWsuq1Le5OQ=";
|
||||
sha256 = "sha256-7S676bpSrlAqpbgDj9nAo0WjeitbbHoYc693MJm35Js=";
|
||||
deepClone = true;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user