commitizen: Fix hash to match mutated source (#445443)
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
{
|
{
|
||||||
lib,
|
lib,
|
||||||
commitizen,
|
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
gitMinimal,
|
gitMinimal,
|
||||||
stdenv,
|
stdenv,
|
||||||
@@ -20,7 +19,7 @@ python3Packages.buildPythonPackage rec {
|
|||||||
owner = "commitizen-tools";
|
owner = "commitizen-tools";
|
||||||
repo = "commitizen";
|
repo = "commitizen";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-vHA+TvKs9TOu/0/FpxLHHbDgshQFhP9Dwe6ZMnUOBKc=";
|
hash = "sha256-4hsKCBJHeRjc519h7KO/X8BJhGuw0N6XmC6u+QEiAnc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
pythonRelaxDeps = [
|
pythonRelaxDeps = [
|
||||||
|
|||||||
Reference in New Issue
Block a user