Merge pull request #134785 from applePrincess/exploitdb-2021-08-19

exploitdb: 2021-08-17 -> 2021-08-19
This commit is contained in:
Fabian Affolter 2021-08-19 17:37:01 +02:00 committed by GitHub
commit 328cb947a1
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-08-17";
version = "2021-08-19";
src = fetchFromGitHub {
owner = "offensive-security";
repo = pname;
rev = version;
sha256 = "sha256-rtnlPt5fsiN44AlaAZ6v7Z2u6by+OFvtMtwtWVYQvdg=";
sha256 = "sha256-4GUjQ36FXgDZpLkGXSLy1GEx5+SYYumRpRR2Ucqzeuc=";
};
installPhase = ''