commitizen: Fix hash to match mutated source

polyfloyd 1b6e2c8d abb36516

+1 -2
+1 -2
pkgs/by-name/co/commitizen/package.nix
··· 1 { 2 lib, 3 - commitizen, 4 fetchFromGitHub, 5 gitMinimal, 6 stdenv, ··· 20 owner = "commitizen-tools"; 21 repo = "commitizen"; 22 tag = "v${version}"; 23 - hash = "sha256-vHA+TvKs9TOu/0/FpxLHHbDgshQFhP9Dwe6ZMnUOBKc="; 24 }; 25 26 pythonRelaxDeps = [
··· 1 { 2 lib, 3 fetchFromGitHub, 4 gitMinimal, 5 stdenv, ··· 19 owner = "commitizen-tools"; 20 repo = "commitizen"; 21 tag = "v${version}"; 22 + hash = "sha256-4hsKCBJHeRjc519h7KO/X8BJhGuw0N6XmC6u+QEiAnc="; 23 }; 24 25 pythonRelaxDeps = [