exploitdb: 2025-08-27 -> 2025-09-02 (#439504)

This commit is contained in:
Fabian Affolter
2025-09-02 18:45:15 +02:00
committed by GitHub
+2 -2
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "exploitdb";
version = "2025-08-27";
version = "2025-09-02";
src = fetchFromGitLab {
owner = "exploit-database";
repo = "exploitdb";
tag = finalAttrs.version;
hash = "sha256-/uuTr52FKulfeZCSfMcPxVJstRWgeyhr3WPgjnWc8YE=";
hash = "sha256-QMYhLM8wE8T0fieciUv3aPOanI1GuUToGFMsJETmrS4=";
};
nativeBuildInputs = [ makeWrapper ];