exploitdb: 2022-02-22 -> 2022-02-23

main
Lein Matsumaru 2 years ago
parent 013dea1be2
commit b436e0f165
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-02-22";
version = "2022-02-23";
src = fetchFromGitHub {
owner = "offensive-security";
repo = pname;
rev = version;
sha256 = "sha256-gCvxIMM1fBUhU03LnBaS+wOgr45C9Wjz5ahgT+DEZnI=";
sha256 = "sha256-5jxcx16CS35U8MVWR8Ea4hUTweQfsLSceVaQN5T5XiU=";
};
nativeBuildInputs = [ makeWrapper ];

Loading…
Cancel
Save