pip-audit: 2.4.5 -> 2.4.6

https://github.com/pypa/pip-audit/releases/tag/v2.4.6
This commit is contained in:
Fabian Affolter 2022-11-22 18:54:09 +01:00
parent 5fcd9011b9
commit 7478ccb193

View File

@ -25,14 +25,14 @@ with py.pkgs;
buildPythonApplication rec {
pname = "pip-audit";
version = "2.4.5";
version = "2.4.6";
format = "pyproject";
src = fetchFromGitHub {
owner = "trailofbits";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-S3v2utDLZOY7RXOnMQV8Zo7h6vMPyiwlws/EftXFpTM=";
hash = "sha256-GArssIXq7htxQLitAjkdQYrtH6YDECptRL2iy4TZmy0=";
};
nativeBuildInputs = [