From ca8b3fcbe4fc388de7451afe16198dec2c0257e1 Mon Sep 17 00:00:00 2001 From: Lein Matsumaru Date: Sat, 23 Oct 2021 14:19:21 +0000 Subject: [PATCH] exploitdb: 2021-10-20 -> 2021-10-23 --- 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 472e7c915948..82c6e8316367 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 = "2021-10-20"; + version = "2021-10-23"; src = fetchFromGitHub { owner = "offensive-security"; repo = pname; rev = version; - sha256 = "sha256-IHZpfUJA0h1dDkq3pp+x+gT9RSTMq9egHyXGi6ZmBP8="; + sha256 = "sha256-gNvpNs+fYETB3zKMX7pJbMEW79vH6yTX8LxvLHw9X3I="; }; nativeBuildInputs = [ makeWrapper ];