Unverified Commit 3d061fb0 authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

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

parents 24810e2a 1b6e2c8d
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
{
  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 = [