[cpan2nix] perlPackages.CpanelJSONXS: 4.01 -> 4.02

This commit is contained in:
volth 2018-04-07 07:51:25 +00:00
parent 8ae66760cc
commit 530e686af0

View File

@ -2562,10 +2562,10 @@ let self = _self // overrides; _self = with self; {
};
CpanelJSONXS = buildPerlPackage rec {
name = "Cpanel-JSON-XS-4.01";
name = "Cpanel-JSON-XS-4.02";
src = fetchurl {
url = "mirror://cpan/authors/id/R/RU/RURBAN/${name}.tar.gz";
sha256 = "c8cfd32a8a9508ab7f280452428582c3e46d0bed4ea863c3ec27c34f6920de60";
sha256 = "e9fe45a0b5bf553076bd395ed04766d58683557f818af559cd82d33409846d20";
};
meta = {
description = "CPanel fork of JSON::XS, fast and correct serializing";