exploitdb: 2025-05-30 -> 2025-06-06 (#414515)

This commit is contained in:
Fabian Affolter
2025-06-06 21:18:43 +02:00
committed by GitHub

View File

@@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2025-05-30";
version = "2025-06-06";
src = fetchFromGitLab {
owner = "exploit-database";
repo = "exploitdb";
rev = "refs/tags/${version}";
hash = "sha256-X90stp4BiHOHoh030eqGeUGiWytF5ryY08/VYEsbnIw=";
hash = "sha256-DOzhxZZ66p49tECn0z1lGSNHq3GEpEbayhwsiJ6IGG4=";
};
nativeBuildInputs = [ makeWrapper ];