commitizen: Fix hash to match mutated source (#445443)

This commit is contained in:
Wolfgang Walther
2025-09-23 09:24:29 +00:00
committed by GitHub

View File

@@ -1,6 +1,5 @@
{
lib,
commitizen,
fetchFromGitHub,
gitMinimal,
stdenv,
@@ -20,7 +19,7 @@ python3Packages.buildPythonPackage rec {
owner = "commitizen-tools";
repo = "commitizen";
tag = "v${version}";
hash = "sha256-vHA+TvKs9TOu/0/FpxLHHbDgshQFhP9Dwe6ZMnUOBKc=";
hash = "sha256-4hsKCBJHeRjc519h7KO/X8BJhGuw0N6XmC6u+QEiAnc=";
};
pythonRelaxDeps = [