pip-audit: 2.4.1 -> 2.4.2
This commit is contained in:
parent
1cf0c69060
commit
9f9fc392ca
@ -25,14 +25,14 @@ with py.pkgs;
|
||||
|
||||
buildPythonApplication rec {
|
||||
pname = "pip-audit";
|
||||
version = "2.4.1";
|
||||
version = "2.4.2";
|
||||
format = "pyproject";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "trailofbits";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
hash = "sha256-Uko8ZtVMu9a/WrgSREFY3c8O+psE6cWpyHKVrOTJOJE=";
|
||||
hash = "sha256-GH7dP2/0j2bXqw1qssyzMSV/YtYImbT7VSn/x97idiU=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
@ -46,6 +46,7 @@ buildPythonApplication rec {
|
||||
lockfile
|
||||
packaging
|
||||
pip-api
|
||||
pip-requirements-parser
|
||||
progress
|
||||
resolvelib
|
||||
rich
|
||||
|
Loading…
Reference in New Issue
Block a user