Merge pull request #141831 from applePrincess/exploitdb-2021-10-15

exploitdb: 2021-10-13 -> 2021-10-15
This commit is contained in:
Fabian Affolter 2021-10-16 09:43:23 +02:00 committed by GitHub
commit 7efbe99afc
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-10-13";
version = "2021-10-15";
src = fetchFromGitHub {
owner = "offensive-security";
repo = pname;
rev = version;
sha256 = "sha256-rJRr8MEt3GMNPgC/YvWWs8zh1X0DBstM/UeCMlV7VqI=";
sha256 = "sha256-7bQoBYPfePhanh7SCZ6MO/eWtyD8cfWaYjc9AWOT2rc=";
};
nativeBuildInputs = [ makeWrapper ];