exploitdb: 2025-12-04 -> 2025-12-09

This commit is contained in:
R. Ryantm
2025-12-10 05:29:23 +00:00
parent 668a52ccb0
commit e16145a418
+2 -2
View File
@@ -6,13 +6,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "exploitdb";
version = "2025-12-04";
version = "2025-12-09";
src = fetchFromGitLab {
owner = "exploit-database";
repo = "exploitdb";
tag = finalAttrs.version;
hash = "sha256-mos58w5rJUNR0MTSOprHMf1wvVkmP+kWQU7YV/ABNNc=";
hash = "sha256-ISupts2tfN7XjwszQAj800p1qGUty9/aBtXZwE2SWvc=";
};
nativeBuildInputs = [ makeWrapper ];