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

pip-audit: 2.6.3 -> 2.7.0
This commit is contained in:
Mario Rodas
2024-01-13 10:36:28 -05:00
committed by GitHub
+2 -2
View File
@@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "pip-audit";
version = "2.6.3";
version = "2.7.0";
format = "pyproject";
src = fetchFromGitHub {
owner = "trailofbits";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-Vr65sKEb/ykrLcB8MLyr9qCUDWCccoWMkWZWeM54saw=";
hash = "sha256-xbplBcoW78Dh5uyhaPicjs74YQfAgTc746Srxa4vu7M=";
};
nativeBuildInputs = with python3.pkgs; [