[cpan2nix] perlPackages.CpanelJSONXS: 4.08 -> 4.09
This commit is contained in:
parent
a3de09c0cd
commit
8a5005b831
1 changed files with 2 additions and 2 deletions
|
@ -2695,10 +2695,10 @@ let
|
|||
};
|
||||
|
||||
CpanelJSONXS = buildPerlPackage rec {
|
||||
name = "Cpanel-JSON-XS-4.08";
|
||||
name = "Cpanel-JSON-XS-4.09";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/R/RU/RURBAN/${name}.tar.gz";
|
||||
sha256 = "2bc1475b698b5a419bb55127b07732794b495e2a6e0f4ed39bdcbd39a64e7c2d";
|
||||
sha256 = "99c0155e554222b0cb24b032ced9a4f7bdfd2b3c98d07657ac020fbe5c3495a3";
|
||||
};
|
||||
meta = {
|
||||
description = "CPanel fork of JSON::XS, fast and correct serializing";
|
||||
|
|
Loading…
Reference in a new issue