Fabian Affolter 2024-03-01 12:06:39 +01:00
parent 6706a36a0d
commit 34a09a1444

View File

@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "pip-audit";
version = "2.7.1";
version = "2.7.2";
format = "pyproject";
src = fetchFromGitHub {
owner = "trailofbits";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-3OqF4xgRWzX4m4WW2B+cUuHJpNzf2L033ZXwGH0K4b0=";
hash = "sha256-IlIPLuHGmnmt6FgX+Psw+f6XpkuhP+BZ+e4k4DV8e/U=";
};
nativeBuildInputs = with python3.pkgs; [