exploitdb: 2026-06-06 -> 2026-06-09

Diff: https://gitlab.com/exploit-database/exploitdb/-/compare/2026-06-06...2026-06-09
This commit is contained in:
Fabian Affolter
2026-06-10 18:48:31 +02:00
parent 216c8fe3ab
commit 2b58549c85
+2 -2
View File
@@ -6,13 +6,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "exploitdb";
version = "2026-06-06";
version = "2026-06-09";
src = fetchFromGitLab {
owner = "exploit-database";
repo = "exploitdb";
tag = finalAttrs.version;
hash = "sha256-UoRwDDesvmiVefGXD7aFQSo49IweT7LRPFcDLNkKmvk=";
hash = "sha256-iNtAJkcbrEcjjMs4lqwDzMc1xussDTONVW7IsPrgnB0=";
};
nativeBuildInputs = [ makeWrapper ];