pip-audit: 2.4.11 -> 2.4.12
Diff: https://github.com/trailofbits/pip-audit/compare/refs/tags/v2.4.11...v2.4.12 Changelog: https://github.com/pypa/pip-audit/releases/tag/v2.4.12
This commit is contained in:
parent
f92ee1a512
commit
c788d138f0
1 changed files with 2 additions and 2 deletions
|
@ -25,14 +25,14 @@ with py.pkgs;
|
|||
|
||||
buildPythonApplication rec {
|
||||
pname = "pip-audit";
|
||||
version = "2.4.11";
|
||||
version = "2.4.12";
|
||||
format = "pyproject";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "trailofbits";
|
||||
repo = pname;
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-gfqxrEp+8Jmh32wjmBh0laQvEqja7kZqkqf2l2ztVyk=";
|
||||
hash = "sha256-bpAs7xXWvBVGzbX6Fij71BnEMpqYjSSCtWjuA/EFms8=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue