Merge pull request #133527 from applePrincess/exploitdb-2021-08-11

exploitdb: 2021-08-06 -> 2021-08-11
This commit is contained in:
Fabian Affolter 2021-08-11 20:04:34 +02:00 committed by GitHub
commit ebfb1809e4
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-06";
version = "2021-08-11";
src = fetchFromGitHub {
owner = "offensive-security";
repo = pname;
rev = version;
sha256 = "sha256-aKF/6SuSAk319QqGmyUu91//ofvPtHxX2Uv8FxhzqCM=";
sha256 = "sha256-OSEG0pWnxSvUS1h9v1j9/poo15ZoouNqiG+qB/JrOHc=";
};
installPhase = ''