exploitdb: 2026-05-14 -> 2026-05-16

This commit is contained in:
R. Ryantm
2026-05-19 06:44:07 +00:00
parent cd22aef9a1
commit 1c0e92bf07
+2 -2
View File
@@ -6,13 +6,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "exploitdb";
version = "2026-05-14";
version = "2026-05-16";
src = fetchFromGitLab {
owner = "exploit-database";
repo = "exploitdb";
tag = finalAttrs.version;
hash = "sha256-1Dg2SNdg6gQyacSC6a1Nr8y3VnV8HcQ2Nu6eiYEh3/s=";
hash = "sha256-7cjqHHflxFfWDx9Bfe2+nX549blfZG0rLZDB3li8pkA=";
};
nativeBuildInputs = [ makeWrapper ];