exploitdb: 2026-06-09 -> 2026-07-07

Diff: https://gitlab.com/exploit-database/exploitdb/-/compare/2026-06-09...2026-07-07
This commit is contained in:
Fabian Affolter
2026-07-07 10:02:42 +02:00
parent 50123dbae7
commit b84601f813
+2 -2
View File
@@ -6,13 +6,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "exploitdb";
version = "2026-06-09";
version = "2026-07-07";
src = fetchFromGitLab {
owner = "exploit-database";
repo = "exploitdb";
tag = finalAttrs.version;
hash = "sha256-iNtAJkcbrEcjjMs4lqwDzMc1xussDTONVW7IsPrgnB0=";
hash = "sha256-YjE8ovQAbBPOT7dES7ihHWUQE2b/jhfboLuoqxrd314=";
};
nativeBuildInputs = [ makeWrapper ];