exploitdb: 2022-10-18 -> 2022-11-12

This commit is contained in:
Lein Matsumaru 2022-11-16 17:05:22 +00:00
parent 216e161b69
commit 8db07f3546
No known key found for this signature in database
GPG Key ID: AAA50652F0479205

View File

@ -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 ];