From 8db07f3546873e36d70eb1d1ed2df4396620505e Mon Sep 17 00:00:00 2001 From: Lein Matsumaru Date: Wed, 16 Nov 2022 17:05:22 +0000 Subject: exploitdb: 2022-10-18 -> 2022-11-12 --- pkgs/tools/security/exploitdb/default.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'pkgs/tools/security/exploitdb') diff --git a/pkgs/tools/security/exploitdb/default.nix b/pkgs/tools/security/exploitdb/default.nix index 74ba577a6dc58..cd1b1acccad9b 100644 --- a/pkgs/tools/security/exploitdb/default.nix +++ b/pkgs/tools/security/exploitdb/default.nix @@ -1,18 +1,18 @@ { lib , stdenv -, fetchFromGitHub +, fetchFromGitLab , makeWrapper }: stdenv.mkDerivation rec { pname = "exploitdb"; - version = "2022-10-18"; + version = "2022-11-12"; - src = fetchFromGitHub { - owner = "offensive-security"; + src = fetchFromGitLab { + owner = "exploit-database"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-qyRAwy4rGaV7fiU0gwvnf6yT4ZAAXYTtZubh+GtsJU8="; + hash = "sha256-0k9q+xwzIdmhVe5zL1qoE6QzzGV3gm6RL97c7zi3Rg8="; }; nativeBuildInputs = [ @@ -28,7 +28,7 @@ stdenv.mkDerivation rec { ''; meta = with lib; { - homepage = "https://github.com/offensive-security/exploitdb"; + homepage = "https://gitlab.com/exploit-database/exploitdb"; description = "Archive of public exploits and corresponding vulnerable software"; license = with licenses; [ gpl2Plus gpl3Plus mit ]; maintainers = with maintainers; [ applePrincess fab ]; -- cgit 1.4.1