Merge pull request #132912 from applePrincess/exploitdb-2021-08-06

exploitdb: 2021-08-05 -> 2021-08-06
This commit is contained in:
Fabian Affolter 2021-08-06 22:40:09 +02:00 committed by GitHub
commit c4b217f803
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-05";
version = "2021-08-06";
src = fetchFromGitHub {
owner = "offensive-security";
repo = pname;
rev = version;
sha256 = "sha256-on70ulr8B883Ty7ctmB9d8bLhK+83Qo2UqwIIrA7fkE=";
sha256 = "sha256-aKF/6SuSAk319QqGmyUu91//ofvPtHxX2Uv8FxhzqCM=";
};
installPhase = ''