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

pip-audit: 2.3.3 -> 2.3.4
main
Sandro 2 years ago committed by GitHub
commit 4e24b4d794
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      pkgs/development/tools/pip-audit/default.nix

@ -25,14 +25,14 @@ with py.pkgs;
buildPythonApplication rec {
pname = "pip-audit";
version = "2.3.3";
version = "2.3.4";
format = "pyproject";
src = fetchFromGitHub {
owner = "trailofbits";
repo = pname;
rev = "v${version}";
hash = "sha256-pzcphJWRM1OTbytZ4jJyPSQ+961gmBTrfYuLrMGkBQk=";
hash = "sha256-11lcF+ITvZmB5UKgGWJdXJE45Kh5rD98UOg9a648dKc=";
};
nativeBuildInputs = [

Loading…
Cancel
Save