exploitdb: 2025-05-22 -> 2025-05-26 (#411291)

This commit is contained in:
Nick Cao
2025-05-27 18:57:30 -04:00
committed by GitHub

View File

@@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2025-05-22";
version = "2025-05-26";
src = fetchFromGitLab {
owner = "exploit-database";
repo = "exploitdb";
rev = "refs/tags/${version}";
hash = "sha256-2dnIchOJJrqqePgOxb7tWw0j1neTlXFyxT30qwTOkrc=";
hash = "sha256-e9a0bzlyqI3lR87X+S9XIVTpEv1a9RxlfKqyk6CsDGU=";
};
nativeBuildInputs = [ makeWrapper ];