Merge pull request #263350 from stigtsp/perl/net-nvd-init

perlPackages.NetNVD: init at 0.0.3

authored by Stig and committed by GitHub a6ca8a05 713b8c15

+14
+14
pkgs/top-level/perl-packages.nix
··· 18904 }; 18905 }; 18906 18907 NetOAuth = buildPerlModule { 18908 pname = "Net-OAuth"; 18909 version = "0.28";
··· 18904 }; 18905 }; 18906 18907 + NetNVD = buildPerlPackage { 18908 + pname = "Net-NVD"; 18909 + version = "0.0.3"; 18910 + src = fetchurl { 18911 + url = "mirror://cpan/authors/id/G/GA/GARU/Net-NVD-0.0.3.tar.gz"; 18912 + hash = "sha256-uKZXEg+UsO7R2OvbA4i8M2DSj6Xw+CNrnNjNrovv5Bg="; 18913 + }; 18914 + propagatedBuildInputs = [ IOSocketSSL JSON ]; 18915 + meta = { 18916 + description = "Query CVE data from NIST's NVD (National Vulnerability Database)"; 18917 + license = with lib.licenses; [ artistic1 gpl1Plus ]; 18918 + }; 18919 + }; 18920 + 18921 NetOAuth = buildPerlModule { 18922 pname = "Net-OAuth"; 18923 version = "0.28";