exploitdb: 2025-04-18 -> 2025-04-19

Diff: https://gitlab.com/exploit-database/exploitdb/-/compare/refs/tags/2025-04-18...2025-04-19
This commit is contained in:
Fabian Affolter
2025-04-19 12:33:13 +02:00
parent dda88ef786
commit 08176e5592
+2 -2
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2025-04-18";
version = "2025-04-19";
src = fetchFromGitLab {
owner = "exploit-database";
repo = "exploitdb";
rev = "refs/tags/${version}";
hash = "sha256-SLbn9gvcmFczhWETK/yFrEe3erX/cigEjr9MjcSB5y4=";
hash = "sha256-Gq+Yg9Qf1D86vM0d+FFPneztm0KMdbheghmef334+Ps=";
};
nativeBuildInputs = [ makeWrapper ];