exploitdb: 2025-05-22 -> 2025-05-26

This commit is contained in:
R. Ryantm
2025-05-27 03:59:26 +00:00
parent d9dd002a29
commit 56df0bf4ce

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 ];