Merge pull request #279686 from fabaff/pip-audit-bump

pip-audit: 2.6.2 -> 2.6.3
This commit is contained in:
Fabian Affolter
2024-01-09 09:22:06 +01:00
committed by GitHub
+2 -2
View File
@@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "pip-audit";
version = "2.6.2";
version = "2.6.3";
format = "pyproject";
src = fetchFromGitHub {
owner = "trailofbits";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-K3LOoVQS7WM7tJsKDzFwT8Htea1cxfVKTZ2Ml7oiIQc=";
hash = "sha256-Vr65sKEb/ykrLcB8MLyr9qCUDWCccoWMkWZWeM54saw=";
};
nativeBuildInputs = with python3.pkgs; [