Merge pull request #174741 from applePrincess/exploitdb-2022-05-26

exploitdb: 2022-05-18 -> 2022-05-26
This commit is contained in:
Fabian Affolter 2022-05-26 16:51:58 +02:00 committed by GitHub
commit a701e4adbc
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 = "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 ];