perl-Cpanel-JSON-XS: init at 3.0237

This commit is contained in:
Robert Helgesson 2017-07-29 16:08:41 +02:00
parent 72e99b6915
commit 1ae9848fe1
No known key found for this signature in database
GPG key ID: C3DB11069E65DC86

View file

@ -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 {