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

pip-audit: 2.4.2 -> 2.4.3
This commit is contained in:
Jörg Thalheim 2022-07-31 12:25:34 +01:00 committed by GitHub
commit 4eae13353a
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.2";
version = "2.4.3";
format = "pyproject";
src = fetchFromGitHub {
owner = "trailofbits";
repo = pname;
rev = "v${version}";
hash = "sha256-GH7dP2/0j2bXqw1qssyzMSV/YtYImbT7VSn/x97idiU=";
hash = "sha256-Q5wZJKP5YgLZQ9lrwE+8W9V7pZCJTLBm6qbjzmYJ9yg=";
};
nativeBuildInputs = [