exploitdb: 2025-12-17 -> 2025-12-26

This commit is contained in:
R. Ryantm
2025-12-26 12:28:21 +00:00
parent 4aa60f47bf
commit 7ee0aedb1c
+2 -2
View File
@@ -6,13 +6,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "exploitdb";
version = "2025-12-17";
version = "2025-12-26";
src = fetchFromGitLab {
owner = "exploit-database";
repo = "exploitdb";
tag = finalAttrs.version;
hash = "sha256-hjUjdRXsHLCJJU8ObASXVM1aZchOWtfQ5W9wBr57PHc=";
hash = "sha256-7it08Z2n1Wl4GaVTLxBIlejwPEsmyv+j142/HAndLO0=";
};
nativeBuildInputs = [ makeWrapper ];