perl-Cpanel-JSON-XS: init at 3.0237
This commit is contained in:
parent
72e99b6915
commit
1ae9848fe1
1 changed files with 12 additions and 0 deletions
|
@ -2483,6 +2483,18 @@ let self = _self // overrides; _self = with self; {
|
|||
};
|
||||
};
|
||||
|
||||
CpanelJSONXS = buildPerlPackage rec {
|
||||
name = "Cpanel-JSON-XS-3.0237";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/R/RU/RURBAN/${name}.tar.gz";
|
||||
sha256 = "da86fffdbe6c1b7a023e95e2b8db7d6b45a08871c8312f23e45253c78e662d07";
|
||||
};
|
||||
meta = {
|
||||
description = "CPanel fork of JSON::XS, fast and correct serializing";
|
||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||
};
|
||||
};
|
||||
|
||||
CPANChanges = buildPerlPackage rec {
|
||||
name = "CPAN-Changes-0.400002";
|
||||
src = fetchurl {
|
||||
|
|
Loading…
Reference in a new issue