exploitdb: 2021-09-21 -> 2021-09-22
This commit is contained in:
parent
0142528c4a
commit
c117f55ee2
@ -2,13 +2,13 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "exploitdb";
|
||||
version = "2021-09-21";
|
||||
version = "2021-09-22";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "offensive-security";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
sha256 = "sha256-Nd5pcqVvbytnYiSS6syvcJBTda8vL1N2lPWw9v+FeVA";
|
||||
sha256 = "sha256-axA20Ok+5LgtW4Mf1xMM64Gd6C6joBC5isUdZPncgDw=";
|
||||
};
|
||||
|
||||
installPhase = ''
|
||||
@ -24,5 +24,6 @@ stdenv.mkDerivation rec {
|
||||
description = "Archive of public exploits and corresponding vulnerable software";
|
||||
license = with licenses; [ gpl2Plus gpl3Plus mit ];
|
||||
maintainers = with maintainers; [ applePrincess ];
|
||||
mainProgram = "searchsploit";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user