exploitdb: 2025-05-19 -> 2025-05-22

Diff: https://gitlab.com/exploit-database/exploitdb/-/compare/refs/tags/2025-05-19...2025-05-22
This commit is contained in:
Fabian Affolter
2025-05-23 12:04:38 +02:00
parent e396b3f7d4
commit 2a2425e718
+2 -2
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2025-05-19";
version = "2025-05-22";
src = fetchFromGitLab {
owner = "exploit-database";
repo = "exploitdb";
rev = "refs/tags/${version}";
hash = "sha256-Tk2iPWiybUlsmiHbjJTNEMkCuXVeam49PiWrl4mVzhY=";
hash = "sha256-2dnIchOJJrqqePgOxb7tWw0j1neTlXFyxT30qwTOkrc=";
};
nativeBuildInputs = [ makeWrapper ];