exploitdb: 2025-06-10 -> 2025-06-14

Diff: https://gitlab.com/exploit-database/exploitdb/-/compare/refs/tags/2025-06-10...2025-06-14
This commit is contained in:
Fabian Affolter
2025-06-16 21:27:48 +02:00
parent f2ebc96992
commit 543b004806

View File

@@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2025-06-10";
version = "2025-06-14";
src = fetchFromGitLab {
owner = "exploit-database";
repo = "exploitdb";
rev = "refs/tags/${version}";
hash = "sha256-add3ejm6rtyvzNbXzdLqCL9Ho131FDJ41aHm3L8LmVg=";
hash = "sha256-znJZK7EhLFg2ImxWqEfvt7Em+M8lAly+oPzrmaGznRU=";
};
nativeBuildInputs = [ makeWrapper ];