Merge pull request #132774 from applePrincess/exploitdb-2021-08-05

exploitdb: 2021-08-04 -> 2021-08-05
This commit is contained in:
Sandro 2021-08-05 14:20:50 +02:00 committed by GitHub
commit 5e5e744449
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-04";
version = "2021-08-05";
src = fetchFromGitHub {
owner = "offensive-security";
repo = pname;
rev = version;
sha256 = "sha256-DJg/pBTK2abo3eemt8XI4ecy7sZ8iH/qrJgUqrDNjjQ=";
sha256 = "sha256-on70ulr8B883Ty7ctmB9d8bLhK+83Qo2UqwIIrA7fkE=";
};
installPhase = ''