pip-audit: 2.4.8 -> 2.4.10

Changelog: https://github.com/pypa/pip-audit/releases/tag/v2.4.10
This commit is contained in:
Fabian Affolter 2022-12-15 23:39:51 +01:00
parent 78d53eadca
commit 555da412ff

View File

@ -25,14 +25,14 @@ with py.pkgs;
buildPythonApplication rec {
pname = "pip-audit";
version = "2.4.8";
version = "2.4.10";
format = "pyproject";
src = fetchFromGitHub {
owner = "trailofbits";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-j5B/aDDVV/Wb71nVwc4CUxS8AY05AI+n042Q/yNAl0c=";
hash = "sha256-/NkV5KNjJfzLhAJEjePHOXqaGIwRJrD0ewe/vpFEYts=";
};
nativeBuildInputs = [