exploitdb: 2025-03-30 -> 2025-04-07 (#396772)

This commit is contained in:
Fabian Affolter
2025-04-07 18:08:21 +02:00
committed by GitHub
+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 ];