exploitdb: 2021-12-07 -> 2021-12-11

This commit is contained in:
Lein Matsumaru 2021-12-11 13:02:04 +00:00
parent 21c336e08c
commit 4c90399583
No known key found for this signature in database
GPG Key ID: AAA50652F0479205

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 ];