exploitdb: 2021-11-25 -> 2021-11-27

main
Lein Matsumaru 3 years ago
parent 549025bbed
commit a38fd4faef
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 = "2021-11-25";
version = "2021-11-27";
src = fetchFromGitHub {
owner = "offensive-security";
repo = pname;
rev = version;
sha256 = "sha256-kvkbWsdWMxDwMehOUoqccrVMzerPV5F6S0cNm6xrX2E";
sha256 = "sha256-gELHYX1gaNtQtDIyIa3cJOWilf02PknlSyMI4a7pOX4=";
};
nativeBuildInputs = [ makeWrapper ];

Loading…
Cancel
Save