From 63e50eb51117dca9fd8f0fcb7dde6d48e47bf8fb Mon Sep 17 00:00:00 2001 From: Lein Matsumaru Date: Thu, 25 May 2023 01:40:20 +0000 Subject: [PATCH] exploitdb: 2023-05-24 -> 2023-05-25 --- pkgs/tools/security/exploitdb/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/security/exploitdb/default.nix b/pkgs/tools/security/exploitdb/default.nix index 52f582c2849f..46b2f34a4d6b 100644 --- a/pkgs/tools/security/exploitdb/default.nix +++ b/pkgs/tools/security/exploitdb/default.nix @@ -6,13 +6,13 @@ stdenv.mkDerivation rec { pname = "exploitdb"; - version = "2023-05-24"; + version = "2023-05-25"; src = fetchFromGitLab { owner = "exploit-database"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-v86QCe6kM5L83z7V0Rf7uzSSXPJxVTY0IPdg5Qzzkfg="; + hash = "sha256-W2+54iIg2msExr9SxR8EEnsF0a0nfAgHfXI0wZN8lIw="; }; nativeBuildInputs = [