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, 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 = [