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

pip-audit: 2.4.7 -> 2.4.8
This commit is contained in:
Fabian Affolter 2022-12-09 00:13:23 +01:00 committed by GitHub
commit 9f7740418a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,14 +25,14 @@ with py.pkgs;
buildPythonApplication rec {
pname = "pip-audit";
version = "2.4.7";
version = "2.4.8";
format = "pyproject";
src = fetchFromGitHub {
owner = "trailofbits";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-LiL1TtMKypI8tVa0uZm1sCudCbw+pnTo/Z/J/PL2+44=";
hash = "sha256-j5B/aDDVV/Wb71nVwc4CUxS8AY05AI+n042Q/yNAl0c=";
};
nativeBuildInputs = [