exploitdb: 2021-08-24 -> 2021-08-28

launchpad/nixpkgs/master
Fabian Affolter 3 years ago
parent b9e35f1c86
commit cc11b48a1e
  1. 4
      pkgs/tools/security/exploitdb/default.nix

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2021-08-24";
version = "2021-08-28";
src = fetchFromGitHub {
owner = "offensive-security";
repo = pname;
rev = version;
sha256 = "sha256-+tmSnPICX8CoD7YBsph2k0AfEg/IhCyYMHkXyVTYaIQ=";
sha256 = "sha256-eLbRtsZYRCPh0FDecxjAt4P0mUZJaZKg6kg5/SSYP1A=";
};
installPhase = ''

Loading…
Cancel
Save