pip-audit: 2.4.2 -> 2.4.3

This commit is contained in:
Fabian Affolter
2022-07-31 10:37:05 +02:00
parent bf4c7dc88e
commit 7f0dd61eb7
+2 -2
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 = [