Fabian Affolter 2023-06-03 16:35:31 +02:00
parent 5863385173
commit bb3fca1a87

View File

@ -22,14 +22,14 @@ with py.pkgs;
buildPythonApplication rec {
pname = "pip-audit";
version = "2.5.5";
version = "2.5.6";
format = "pyproject";
src = fetchFromGitHub {
owner = "trailofbits";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-tHNDJF4gmg5JnL+bt7kaLE+Xho721K5+gg1kpIjKY1k=";
hash = "sha256-hpzJtKtvhudT7OzZnuv6LbnMHnHIBYmQsAR1oRglvT0=";
};
nativeBuildInputs = [