exploitdb: 2025-03-29 -> 2025-03-30

Diff: https://gitlab.com/exploit-database/exploitdb/-/compare/refs/tags/2025-03-29...2025-03-30
This commit is contained in:
Fabian Affolter 2025-04-01 09:03:04 +02:00
parent 9a0251be55
commit a2560e53a0

View File

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2025-03-29";
version = "2025-03-30";
src = fetchFromGitLab {
owner = "exploit-database";
repo = "exploitdb";
rev = "refs/tags/${version}";
hash = "sha256-JSaOwl2JggWLAywxNTIpGB2KCp3qhepIeRjK5KWPX2I=";
hash = "sha256-79CcXrGxFNc51LctL1OiUiYIJyGUkqB+NmGiUoxTbpU=";
};
nativeBuildInputs = [ makeWrapper ];