exploitdb: 2022-05-18 -> 2022-05-26

This commit is contained in:
Lein Matsumaru 2022-05-26 14:16:09 +00:00
parent f55a73b4fd
commit 03ee1bb584
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 = "2022-05-18";
version = "2022-05-26";
src = fetchFromGitHub {
owner = "offensive-security";
repo = pname;
rev = "refs/tags/${version}";
sha256 = "sha256-E2QPeSlsJCRhnwgxr1NerLkSFbLLaTSLl8oeYsHQM+U=";
sha256 = "sha256-yLbPgU8BAAcXZtG4fIo6oVtD1tRBlGgNeFglyGJ8Uhk=";
};
nativeBuildInputs = [ makeWrapper ];