Merge pull request #136384 from applePrincess/exploitdb-2021-09-01

exploitdb: 2021-08-28 -> 2021-09-01
This commit is contained in:
Fabian Affolter 2021-09-01 23:02:38 +02:00 committed by GitHub
commit 9f4cee8227
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-28";
version = "2021-09-01";
src = fetchFromGitHub {
owner = "offensive-security";
repo = pname;
rev = version;
sha256 = "sha256-eLbRtsZYRCPh0FDecxjAt4P0mUZJaZKg6kg5/SSYP1A=";
sha256 = "sha256-uWKZTtBp1HF7WbQVoZMxNQ2osvw3+RARLAJTwxqRErA=";
};
installPhase = ''