exploitdb: 2025-12-26 -> 2026-01-18

Diff: https://gitlab.com/exploit-database/exploitdb/-/compare/2025-12-26...2026-01-18
This commit is contained in:
Fabian Affolter
2026-01-19 01:07:14 +01:00
parent 42c8ee3b52
commit d765f098af
+2 -2
View File
@@ -6,13 +6,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "exploitdb";
version = "2025-12-26";
version = "2026-01-18";
src = fetchFromGitLab {
owner = "exploit-database";
repo = "exploitdb";
tag = finalAttrs.version;
hash = "sha256-7it08Z2n1Wl4GaVTLxBIlejwPEsmyv+j142/HAndLO0=";
hash = "sha256-ZV8CcpZzxK1uts8RzUmzp4mKXvS/xv8D02Jsv7DzByQ=";
};
nativeBuildInputs = [ makeWrapper ];