Skip to content

Commit

Permalink
perl-Cpanel-JSON-XS: init at 3.0237
Browse files Browse the repository at this point in the history
  • Loading branch information
rycee committed Jul 29, 2017
1 parent 72e99b6 commit 1ae9848
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pkgs/top-level/perl-packages.nix
Expand Up @@ -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 {
Expand Down

0 comments on commit 1ae9848

Please sign in to comment.