exploitdb: 2025-08-12 -> 2025-08-19

Diff: https://gitlab.com/exploit-database/exploitdb/-/compare/2025-08-12...2025-08-19
This commit is contained in:
Fabian Affolter
2025-08-20 12:31:30 +02:00
parent 5f070fb987
commit 4758543c6e
+2 -2
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "exploitdb";
version = "2025-08-12";
version = "2025-08-19";
src = fetchFromGitLab {
owner = "exploit-database";
repo = "exploitdb";
tag = finalAttrs.version;
hash = "sha256-5uHjvrYWMhcWKAt/Wda7Ud0uHw8oMv7acTlgZUC4r3Q=";
hash = "sha256-jCFFgfBbgledI/o7o69yUMhWoCzAzHaperMsn/gBh0M=";
};
nativeBuildInputs = [ makeWrapper ];