exploitdb: 2021-10-13 -> 2021-10-15

This commit is contained in:
Lein Matsumaru 2021-10-16 01:40:19 +00:00
parent 3760e1bd71
commit 9c6c5787f6
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-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 ];