From 342e173470d7e3624fd76f5cfa52e3516f642b33 Mon Sep 17 00:00:00 2001 From: Lein Matsumaru Date: Thu, 13 Apr 2023 15:55:16 +0000 Subject: [PATCH] exploitdb: 2023-04-11 -> 2023-04-13 --- 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 232fd259e411..01abf3efa11d 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-04-11"; + version = "2023-04-13"; src = fetchFromGitLab { owner = "exploit-database"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-LGC8AK6e0zhl7jOTSirwv7ZSfVveqNRhM/+afcMmnHU="; + hash = "sha256-TjBU2yQNKS2AknCAAaBgyvRqKQ2N1tjBK1uyzchZoP4="; }; nativeBuildInputs = [