exploitdb: 2021-11-04 -> 2021-11-05

This commit is contained in:
Lein Matsumaru 2021-11-05 14:52:55 +00:00
parent 14f0a7ebfb
commit 61ef4e4599
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-11-04";
version = "2021-11-05";
src = fetchFromGitHub {
owner = "offensive-security";
repo = pname;
rev = version;
sha256 = "sha256-4qNQcmBq0q+FDRGtunUfngO+1jAK+fUBUHsq8E2rAy0=";
sha256 = "sha256-G+toeAMnP26Wzs5gPeT+YKJ8uiy/mgFwBGxDY9w0qyM=";
};
nativeBuildInputs = [ makeWrapper ];