exploitdb: 2021-12-14 -> 2021-12-17

main
Fabian Affolter 3 years ago
parent 06edb74413
commit a1ea1549ef
  1. 4
      pkgs/tools/security/exploitdb/default.nix

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2021-12-14";
version = "2021-12-17";
src = fetchFromGitHub {
owner = "offensive-security";
repo = pname;
rev = version;
sha256 = "sha256-Ojgd2B475+Zr7CODtgg7rJZ6bPT3ZYddSQhditI9HhU=";
sha256 = "sha256-titbqq8SJSHvWuilNPwN7XouxiDMiPqNQXfDCWtJ4hY=";
};
nativeBuildInputs = [ makeWrapper ];

Loading…
Cancel
Save