Unverified Commit 870d6363 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #199058 from fabaff/pip-audit-bump

pip-audit: 2.4.4 -> 2.4.5
parents 97eb75c5 ce4f1ac8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -25,14 +25,14 @@ with py.pkgs;

buildPythonApplication rec {
  pname = "pip-audit";
  version = "2.4.4";
  version = "2.4.5";
  format = "pyproject";

  src = fetchFromGitHub {
    owner = "trailofbits";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-xOcBOk+ac1djfCLKqrCTS+WnOXFf1niRUWN5hItO0v0=";
    hash = "sha256-S3v2utDLZOY7RXOnMQV8Zo7h6vMPyiwlws/EftXFpTM=";
  };

  nativeBuildInputs = [