exploitdb: 2021-09-21 -> 2021-09-22

This commit is contained in:
Lein Matsumaru 2021-09-22 05:41:52 +00:00
parent 0142528c4a
commit c117f55ee2
No known key found for this signature in database
GPG Key ID: AAA50652F0479205

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "exploitdb"; pname = "exploitdb";
version = "2021-09-21"; version = "2021-09-22";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "offensive-security"; owner = "offensive-security";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "sha256-Nd5pcqVvbytnYiSS6syvcJBTda8vL1N2lPWw9v+FeVA"; sha256 = "sha256-axA20Ok+5LgtW4Mf1xMM64Gd6C6joBC5isUdZPncgDw=";
}; };
installPhase = '' installPhase = ''
@ -24,5 +24,6 @@ stdenv.mkDerivation rec {
description = "Archive of public exploits and corresponding vulnerable software"; description = "Archive of public exploits and corresponding vulnerable software";
license = with licenses; [ gpl2Plus gpl3Plus mit ]; license = with licenses; [ gpl2Plus gpl3Plus mit ];
maintainers = with maintainers; [ applePrincess ]; maintainers = with maintainers; [ applePrincess ];
mainProgram = "searchsploit";
}; };
} }