Merge pull request #304487 from fabaff/exploitdb-bump

exploitdb: 2024-04-14 -> 2024-04-16
This commit is contained in:
Fabian Affolter 2024-04-16 12:31:39 +02:00 committed by GitHub
commit 71b03394c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2024-04-14";
version = "2024-04-16";
src = fetchFromGitLab {
owner = "exploit-database";
repo = "exploitdb";
rev = "refs/tags/${version}";
hash = "sha256-KMvcK9uvXJ474SF+8tLLYyj5jHoqbWOkhRnlAfuKsMU=";
hash = "sha256-ExtWNve7YGkr6JHjzw39FJZwSNFLEJNurEn5uWwSlbY=";
};
nativeBuildInputs = [ makeWrapper ];