exploitdb: 2026-07-07 -> 2026-07-08

Diff: https://gitlab.com/exploit-database/exploitdb/-/compare/2026-07-07...2026-07-08
This commit is contained in:
Fabian Affolter
2026-07-08 21:47:47 +02:00
parent 4f7902cde1
commit ea0880a62c
+2 -2
View File
@@ -6,13 +6,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "exploitdb";
version = "2026-07-07";
version = "2026-07-08";
src = fetchFromGitLab {
owner = "exploit-database";
repo = "exploitdb";
tag = finalAttrs.version;
hash = "sha256-YjE8ovQAbBPOT7dES7ihHWUQE2b/jhfboLuoqxrd314=";
hash = "sha256-5hRjsBHElDFzWwhFxEo254AgUbg2qYu3ekyNoGSqJMA=";
};
nativeBuildInputs = [ makeWrapper ];