pip-audit: 2.3.0 -> 2.3.1

This commit is contained in:
Fabian Affolter 2022-05-26 21:37:19 +02:00
parent e5e5786660
commit d145c7367b

View file

@ -25,14 +25,14 @@ with py.pkgs;
buildPythonApplication rec {
pname = "pip-audit";
version = "2.3.0";
version = "2.3.1";
format = "pyproject";
src = fetchFromGitHub {
owner = "trailofbits";
repo = pname;
rev = "v${version}";
hash = "sha256-OaWyBswqfzbo9pqN3oa92XNbfkMGARog2yH9kIyOzIk=";
hash = "sha256-W7g2ZV1Xf1s5sGRJiZdQcreBD6zp1/VRQPGs+VIOJE0=";
};
nativeBuildInputs = [