exploitdb: 2025-08-19 -> 2025-08-27

Diff: https://gitlab.com/exploit-database/exploitdb/-/compare/2025-08-19...2025-08-27
This commit is contained in:
Fabian Affolter
2025-08-27 14:42:24 +02:00
parent e006b25e5c
commit 2830835975
+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 ];