perlPackages.NetNVD: init at 0.0.3

This commit is contained in:
Stig Palmquist 2023-10-25 16:14:27 +02:00
parent 96af761f63
commit e569e804cc
No known key found for this signature in database
GPG Key ID: C02CE66D684EC1FE

View File

@ -18668,6 +18668,20 @@ with self; {
};
};
NetNVD = buildPerlPackage {
pname = "Net-NVD";
version = "0.0.3";
src = fetchurl {
url = "mirror://cpan/authors/id/G/GA/GARU/Net-NVD-0.0.3.tar.gz";
hash = "sha256-uKZXEg+UsO7R2OvbA4i8M2DSj6Xw+CNrnNjNrovv5Bg=";
};
propagatedBuildInputs = [ IOSocketSSL JSON ];
meta = {
description = "Query CVE data from NIST's NVD (National Vulnerability Database)";
license = with lib.licenses; [ artistic1 gpl1Plus ];
};
};
NetOAuth = buildPerlModule {
pname = "Net-OAuth";
version = "0.28";