From 198efbbc9e073c7e20bd654aa32be9e15043760d Mon Sep 17 00:00:00 2001 From: Lein Matsumaru Date: Wed, 10 May 2023 00:56:43 +0000 Subject: [PATCH] exploitdb: 2023-05-08 -> 2023-05-10 --- 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 bd733d59f71b..5deebcfffa16 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-08"; + version = "2023-05-10"; src = fetchFromGitLab { owner = "exploit-database"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-MbSPBlepTQXCnPT9Yl/mB3N7HzJj8HwV3+ENOKdfYHo="; + hash = "sha256-09Z4RKLwJGcM11sD5gGBRRJ6ccSJuzDqoPYcr3I4Plg="; }; nativeBuildInputs = [