exploitdb: 2025-03-30 -> 2025-04-07

Diff: https://gitlab.com/exploit-database/exploitdb/-/compare/refs/tags/2025-03-30...2025-04-07
This commit is contained in:
Fabian Affolter
2025-04-07 10:29:08 +02:00
parent b569b62759
commit 3d95be84ae
+2 -2
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2025-03-30";
version = "2025-04-07";
src = fetchFromGitLab {
owner = "exploit-database";
repo = "exploitdb";
rev = "refs/tags/${version}";
hash = "sha256-79CcXrGxFNc51LctL1OiUiYIJyGUkqB+NmGiUoxTbpU=";
hash = "sha256-cuKfuxgHD6aFsYSbcmLSaqz5z1EyOCgjBxsrvJFfuoU=";
};
nativeBuildInputs = [ makeWrapper ];