Merge pull request #150241 from applePrincess/exploitdb-2021-12-11

exploitdb: 2021-12-07 -> 2021-12-11
This commit is contained in:
Jörg Thalheim 2021-12-11 15:08:14 +00:00 committed by GitHub
commit eb4979134f
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 = "2021-12-07";
version = "2021-12-11";
src = fetchFromGitHub {
owner = "offensive-security";
repo = pname;
rev = version;
sha256 = "sha256-6rc3c4i1X6b6CgsJPUx/pMT6sE6jc/Sy8Ffw5mVVgEU=";
sha256 = "sha256-S0PlUSSVBI5OpEsd0BoDINdX+gpsP1GMs4uH6xvrs0I=";
};
nativeBuildInputs = [ makeWrapper ];