exploitdb: 2025-12-09 -> 2025-12-17

Diff: https://gitlab.com/exploit-database/exploitdb/-/compare/2025-12-09...2025-12-17
This commit is contained in:
Fabian Affolter
2025-12-18 11:56:25 +01:00
parent 46a47f3891
commit 78135480ef
+2 -2
View File
@@ -6,13 +6,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "exploitdb";
version = "2025-12-09";
version = "2025-12-17";
src = fetchFromGitLab {
owner = "exploit-database";
repo = "exploitdb";
tag = finalAttrs.version;
hash = "sha256-ISupts2tfN7XjwszQAj800p1qGUty9/aBtXZwE2SWvc=";
hash = "sha256-hjUjdRXsHLCJJU8ObASXVM1aZchOWtfQ5W9wBr57PHc=";
};
nativeBuildInputs = [ makeWrapper ];