Unverified Commit fb9b5024 authored by figsoda's avatar figsoda Committed by GitHub
Browse files

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

pip-audit: 2.4.6 -> 2.4.7
parents 57dc6891 cf3813f0
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.6";
  version = "2.4.7";
  format = "pyproject";

  src = fetchFromGitHub {
    owner = "trailofbits";
    repo = pname;
    rev = "refs/tags/v${version}";
    hash = "sha256-GArssIXq7htxQLitAjkdQYrtH6YDECptRL2iy4TZmy0=";
    hash = "sha256-LiL1TtMKypI8tVa0uZm1sCudCbw+pnTo/Z/J/PL2+44=";
  };

  nativeBuildInputs = [