exploitdb: 2021-12-04 -> 2021-12-07

This commit is contained in:
Lein Matsumaru 2021-12-07 15:46:49 +00:00
parent 9266abd012
commit 73a4a80dcc
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-04";
version = "2021-12-07";
src = fetchFromGitHub {
owner = "offensive-security";
repo = pname;
rev = version;
sha256 = "sha256-3MP6lmh/eQ1cIxiCw0Y2TtCXXQTUij5Q8FDFVWOG/IM=";
sha256 = "sha256-6rc3c4i1X6b6CgsJPUx/pMT6sE6jc/Sy8Ffw5mVVgEU=";
};
nativeBuildInputs = [ makeWrapper ];