From aede049098fab0dee2787c3818797115e5c10acb Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 2 Jun 2024 08:59:16 +0200 Subject: [PATCH] exploitdb: 2024-06-01 -> 2024-06-02 Diff: https://gitlab.com/exploit-database/exploitdb/-/compare/refs/tags/2024-06-01...2024-06-02 --- 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 2d945ac4b19a..872d99175b07 100644 --- a/pkgs/tools/security/exploitdb/default.nix +++ b/pkgs/tools/security/exploitdb/default.nix @@ -7,13 +7,13 @@ stdenv.mkDerivation rec { pname = "exploitdb"; - version = "2024-06-01"; + version = "2024-06-02"; src = fetchFromGitLab { owner = "exploit-database"; repo = "exploitdb"; rev = "refs/tags/${version}"; - hash = "sha256-rXGkr+yzXqptATGW/1d8gMqmxt4hsvwrURpMe1BZppg="; + hash = "sha256-TCKZwnufLLBwDh0ei/6h3EhAkP3ugcO5jgvH7aFAt5s="; }; nativeBuildInputs = [ makeWrapper ];