Merge pull request #134484 from fabaff/bump-exploitdb

exploitdb: 2021-08-14 -> 2021-08-17
This commit is contained in:
Fabian Affolter 2021-08-17 19:41:04 +02:00 committed by GitHub
commit ee9d04fa14
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-14";
version = "2021-08-17";
src = fetchFromGitHub {
owner = "offensive-security";
repo = pname;
rev = version;
sha256 = "sha256-7nXcegB0ZuNXIExf6LWqSrjrdD+5ahGJb00O/G6lXmk=";
sha256 = "sha256-rtnlPt5fsiN44AlaAZ6v7Z2u6by+OFvtMtwtWVYQvdg=";
};
installPhase = ''