Merge pull request #169993 from fabaff/bump-exploitdb

exploitdb: 2022-04-20 -> 2022-04-23
This commit is contained in:
Fabian Affolter 2022-04-24 17:04:38 +02:00 committed by GitHub
commit 486e183612
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2022-04-20";
version = "2022-04-23";
src = fetchFromGitHub {
owner = "offensive-security";
repo = pname;
rev = version;
sha256 = "sha256-8sDixCXJA1K6hnPtLzNCB9gJh1GShCC89VTCJ63ohKA=";
sha256 = "sha256-KAbPiZ/iOwT8plqqZ4Q3Cl8+we2Tsi2GkkmXZCcmhHs=";
};
nativeBuildInputs = [ makeWrapper ];