[cpan2nix] perlPackages.CpanelJSONXS: 4.02 -> 4.04
This commit is contained in:
parent
a0c9eba186
commit
af39b67429
@ -2765,10 +2765,10 @@ let self = _self // overrides; _self = with self; {
|
|||||||
};
|
};
|
||||||
|
|
||||||
CpanelJSONXS = buildPerlPackage rec {
|
CpanelJSONXS = buildPerlPackage rec {
|
||||||
name = "Cpanel-JSON-XS-4.02";
|
name = "Cpanel-JSON-XS-4.04";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://cpan/authors/id/R/RU/RURBAN/${name}.tar.gz";
|
url = "mirror://cpan/authors/id/R/RU/RURBAN/${name}.tar.gz";
|
||||||
sha256 = "e9fe45a0b5bf553076bd395ed04766d58683557f818af559cd82d33409846d20";
|
sha256 = "e128702a266b9a690bd3d380f726c229f9d6d795e8e206b9d32309d06825b2cd";
|
||||||
};
|
};
|
||||||
meta = {
|
meta = {
|
||||||
description = "CPanel fork of JSON::XS, fast and correct serializing";
|
description = "CPanel fork of JSON::XS, fast and correct serializing";
|
||||||
|
Loading…
Reference in New Issue
Block a user