exploitdb: 2022-01-20 -> 2022-01-25

main
Lein Matsumaru 2 years ago
parent aec4ff27f3
commit 1aa68fcdb7
No known key found for this signature in database
GPG Key ID: AAA50652F0479205
  1. 4
      pkgs/tools/security/exploitdb/default.nix

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2022-01-20";
version = "2022-01-25";
src = fetchFromGitHub {
owner = "offensive-security";
repo = pname;
rev = version;
sha256 = "sha256-tcoohr9ENRG+WFRJ3KG5NBpwatksV0TQ4HoEypqMjVo=";
sha256 = "sha256-kqb5MhdKA6qvIdnTzPNUscksyz2GWaiPJg2JxA1C3p0=";
};
nativeBuildInputs = [ makeWrapper ];

Loading…
Cancel
Save