Merge pull request #137155 from applePrincess/exploitdb-2021-09-08

exploitdb: 2021-09-03 -> 2021-09-08
This commit is contained in:
Fabian Affolter 2021-09-09 10:01:12 +02:00 committed by GitHub
commit dfe93218fa
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-09-03";
version = "2021-09-08";
src = fetchFromGitHub {
owner = "offensive-security";
repo = pname;
rev = version;
sha256 = "sha256-9roj5/DfbbN98jy/aO1Ua4pTMxgr4UbqXFicN2ONQgE=";
sha256 = "sha256-q6XALX0sGzgUm2PRwlDfcQHZFH+8ExageMahXJ+EYdM=";
};
installPhase = ''