From 1aa68fcdb76fe0f46d46ac332e611a811270a308 Mon Sep 17 00:00:00 2001 From: Lein Matsumaru Date: Tue, 25 Jan 2022 13:49:43 +0000 Subject: [PATCH] exploitdb: 2022-01-20 -> 2022-01-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 50dbebf23c22..fabab51525b3 100644 --- a/pkgs/tools/security/exploitdb/default.nix +++ b/pkgs/tools/security/exploitdb/default.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { pname = "exploitdb"; - version = "2022-01-20"; + version = "2022-01-25"; src = fetchFromGitHub { owner = "offensive-security"; repo = pname; rev = version; - sha256 = "sha256-tcoohr9ENRG+WFRJ3KG5NBpwatksV0TQ4HoEypqMjVo="; + sha256 = "sha256-kqb5MhdKA6qvIdnTzPNUscksyz2GWaiPJg2JxA1C3p0="; }; nativeBuildInputs = [ makeWrapper ];