exploitdb: 2021-09-01 -> 2021-09-03

This commit is contained in:
Lein Matsumaru 2021-09-04 06:56:20 +00:00
parent 0f1a3661f1
commit 8cc6f5fdd8
No known key found for this signature in database
GPG Key ID: AAA50652F0479205

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 = ''