exploitdb: 2026-02-03 -> 2026-02-05

Diff: https://gitlab.com/exploit-database/exploitdb/-/compare/2026-02-03...2026-02-05
This commit is contained in:
Fabian Affolter
2026-02-08 16:44:13 +01:00
parent 865ee79f09
commit 15b8ccf5ff
+2 -2
View File
@@ -6,13 +6,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "exploitdb";
version = "2026-02-03";
version = "2026-02-05";
src = fetchFromGitLab {
owner = "exploit-database";
repo = "exploitdb";
tag = finalAttrs.version;
hash = "sha256-NEav9U7rqPRtDTZPRIP7UTa/cbbRRz5G2YOWZmAabO8=";
hash = "sha256-ec5XB+L/4qRErK/0VOsidkor52aBjuR87ja3V7C3YSw=";
};
nativeBuildInputs = [ makeWrapper ];