exploitdb: 2024-04-16 -> 2024-04-20

Diff: https://gitlab.com/exploit-database/exploitdb/-/compare/refs/tags/2024-04-16...2024-04-20
This commit is contained in:
Fabian Affolter 2024-04-20 12:14:47 +02:00
parent 9c10ddf7a6
commit 0c944c6029
1 changed files with 2 additions and 2 deletions

View File

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