exploitdb: 2025-08-19 -> 2025-08-27 (#437506)

This commit is contained in:
Nick Cao
2025-08-27 16:31:16 -04:00
committed by GitHub
+2 -2
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "exploitdb";
version = "2025-08-19";
version = "2025-08-27";
src = fetchFromGitLab {
owner = "exploit-database";
repo = "exploitdb";
tag = finalAttrs.version;
hash = "sha256-jCFFgfBbgledI/o7o69yUMhWoCzAzHaperMsn/gBh0M=";
hash = "sha256-/uuTr52FKulfeZCSfMcPxVJstRWgeyhr3WPgjnWc8YE=";
};
nativeBuildInputs = [ makeWrapper ];