exploitdb: 2026-04-07 -> 2026-04-11

Diff: https://gitlab.com/exploit-database/exploitdb/-/compare/2026-04-07...2026-04-11
This commit is contained in:
Fabian Affolter
2026-04-12 23:48:08 +02:00
parent d562543594
commit 3bee0d4c46
+2 -2
View File
@@ -6,13 +6,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "exploitdb";
version = "2026-04-07";
version = "2026-04-11";
src = fetchFromGitLab {
owner = "exploit-database";
repo = "exploitdb";
tag = finalAttrs.version;
hash = "sha256-tq0E5Kzp4T+eYfA4Q4kR5kbpWrtnyKoNEpJNJCDcEKc=";
hash = "sha256-Gxi+gb9PbjF2QYDYClSBqru8pebf8ay0AvJnCEYbaSc=";
};
nativeBuildInputs = [ makeWrapper ];