Unverified Commit c9176604 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

pre-commit: 4.3.0 -> 4.5.0 (#459962)

parents 59b6c96b 3a04294b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -26,14 +26,14 @@ let
in
python3Packages.buildPythonApplication rec {
  pname = "pre-commit";
  version = "4.3.0";
  version = "4.5.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "pre-commit";
    repo = "pre-commit";
    tag = "v${version}";
    hash = "sha256-vypzvO00pic5F7c3D3ABBMXLrBSEB9n6og3EsBLZNCs=";
    hash = "sha256-1IVzeZI4ln5eeArzPhcry6vhZVZj2rp+5D0r1c5ZEA8=";
  };

  patches = [