exploitdb: 2021-08-17 -> 2021-08-19

This commit is contained in:
Lein Matsumaru 2021-08-19 10:39:42 +00:00
parent 3fbb3d9091
commit b86e886f99
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-08-17";
version = "2021-08-19";
src = fetchFromGitHub {
owner = "offensive-security";
repo = pname;
rev = version;
sha256 = "sha256-rtnlPt5fsiN44AlaAZ6v7Z2u6by+OFvtMtwtWVYQvdg=";
sha256 = "sha256-4GUjQ36FXgDZpLkGXSLy1GEx5+SYYumRpRR2Ucqzeuc=";
};
installPhase = ''