exploitdb: 2021-05-26 -> 2021-05-29

launchpad/nixpkgs/master
R. RyanTM 3 years ago
parent 73b6be1d63
commit 285a29f23b
  1. 4
      pkgs/tools/security/exploitdb/default.nix

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2021-05-26";
version = "2021-05-29";
src = fetchFromGitHub {
owner = "offensive-security";
repo = pname;
rev = version;
sha256 = "sha256-LYCUPIoqgU5IPtUew+orY1e2NfmefZFoWnvsZ9erohE=";
sha256 = "sha256-pZoK4cPQ7f2qPC0WiqF1dxwYTh+vQ1hIJ4Rf8R3MwRk=";
};
installPhase = ''

Loading…
Cancel
Save