exploitdb: 2026-05-08 -> 2026-05-14

Diff: https://gitlab.com/exploit-database/exploitdb/-/compare/2026-05-08...2026-05-14
This commit is contained in:
Fabian Affolter
2026-05-15 00:56:17 +02:00
parent 9592cbf433
commit d382ea20a5
+2 -2
View File
@@ -6,13 +6,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "exploitdb";
version = "2026-05-08";
version = "2026-05-14";
src = fetchFromGitLab {
owner = "exploit-database";
repo = "exploitdb";
tag = finalAttrs.version;
hash = "sha256-fTO/85TOpDeyJG8qaaM6YTBYel7Jpycphrs7hs8S7Hs=";
hash = "sha256-1Dg2SNdg6gQyacSC6a1Nr8y3VnV8HcQ2Nu6eiYEh3/s=";
};
nativeBuildInputs = [ makeWrapper ];