Merge pull request #136661 from applePrincess/exploitdb-2021-09-03

exploitdb: 2021-09-01 -> 2021-09-03
This commit is contained in:
Fabian Affolter 2021-09-04 11:08:55 +02:00 committed by GitHub
commit 15922f0812
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-01";
version = "2021-09-03";
src = fetchFromGitHub {
owner = "offensive-security";
repo = pname;
rev = version;
sha256 = "sha256-uWKZTtBp1HF7WbQVoZMxNQ2osvw3+RARLAJTwxqRErA=";
sha256 = "sha256-9roj5/DfbbN98jy/aO1Ua4pTMxgr4UbqXFicN2ONQgE=";
};
installPhase = ''