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

pip-audit: 2.4.10 -> 2.4.11
This commit is contained in:
figsoda 2022-12-29 14:35:21 -05:00 committed by GitHub
commit 9f19d43274
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.10";
version = "2.4.11";
format = "pyproject";
src = fetchFromGitHub {
owner = "trailofbits";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-/NkV5KNjJfzLhAJEjePHOXqaGIwRJrD0ewe/vpFEYts=";
hash = "sha256-gfqxrEp+8Jmh32wjmBh0laQvEqja7kZqkqf2l2ztVyk=";
};
nativeBuildInputs = [