exploitdb: 2026-05-01 -> 2026-05-08

Diff: https://gitlab.com/exploit-database/exploitdb/-/compare/2026-05-01...2026-05-08
This commit is contained in:
Fabian Affolter
2026-05-08 16:29:34 +02:00
parent 95f49df35e
commit 1d87bca870
+2 -2
View File
@@ -6,13 +6,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "exploitdb";
version = "2026-05-01";
version = "2026-05-08";
src = fetchFromGitLab {
owner = "exploit-database";
repo = "exploitdb";
tag = finalAttrs.version;
hash = "sha256-BZ1X9SpXf+HSY/4xz9imnCwK3si7c130Havg/ATI/LQ=";
hash = "sha256-fTO/85TOpDeyJG8qaaM6YTBYel7Jpycphrs7hs8S7Hs=";
};
nativeBuildInputs = [ makeWrapper ];