pip-audit: 2.3.2 -> 2.3.3

This commit is contained in:
Fabian Affolter 2022-06-16 19:06:31 +02:00
parent f756efc144
commit ee9604ed28

View File

@ -25,14 +25,14 @@ with py.pkgs;
buildPythonApplication rec {
pname = "pip-audit";
version = "2.3.2";
version = "2.3.3";
format = "pyproject";
src = fetchFromGitHub {
owner = "trailofbits";
repo = pname;
rev = "v${version}";
hash = "sha256-BcbTu4vDA7ry87gQXpFk3MvH0eFNNgOBf1SlxNUFDbw=";
hash = "sha256-pzcphJWRM1OTbytZ4jJyPSQ+961gmBTrfYuLrMGkBQk=";
};
nativeBuildInputs = [