exploitdb: 2025-12-26 -> 2026-01-18 (#481476)

This commit is contained in:
Fabian Affolter
2026-01-19 21:23:16 +00:00
committed by GitHub
+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 ];