From ae0dbfa15a00efe241d1680efaed951ab0d59213 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 19 Oct 2023 12:58:16 +0200 Subject: [PATCH 1/2] exploitdb: 2023-10-14 -> 2023-10-19 Diff: https://gitlab.com/exploit-database/exploitdb/-/compare/refs/tags/2023-10-14...2023-10-19 --- 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 7f0b22d44581..27f08490897e 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-10-14"; + version = "2023-10-19"; src = fetchFromGitLab { owner = "exploit-database"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-Hhk7P6mUDxTGeAq1qbtCPV0Npm7ab/F++Q0cL5rJifc="; + hash = "sha256-POsrr7TDEwSuEX5KcHu4CtS53DPUpDH2TcWh/ZN0JwQ="; }; nativeBuildInputs = [ From 6be62e79ae7c96b5217d8033b2bf97fc9a48370e Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 20 Oct 2023 08:57:03 +0200 Subject: [PATCH 2/2] exploitdb: 2023-10-19 -> 2023-10-20 Diff: https://gitlab.com/exploit-database/exploitdb/-/compare/refs/tags/2023-10-19...2023-10-20 --- 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 27f08490897e..0762a437dfbe 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-10-19"; + version = "2023-10-20"; src = fetchFromGitLab { owner = "exploit-database"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-POsrr7TDEwSuEX5KcHu4CtS53DPUpDH2TcWh/ZN0JwQ="; + hash = "sha256-v9myewSoa0U/1EjmBejHj7M2iL8k8xNpFzi74IN4dS0="; }; nativeBuildInputs = [