mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
[cpan2nix] perlPackages.CpanelJSONXS: 4.11 -> 4.12
This commit is contained in:
parent
6e988d43c1
commit
4f74265cc3
1 changed files with 3 additions and 3 deletions
|
@ -3038,10 +3038,10 @@ let
|
|||
|
||||
CpanelJSONXS = buildPerlPackage {
|
||||
pname = "Cpanel-JSON-XS";
|
||||
version = "4.11";
|
||||
version = "4.12";
|
||||
src = fetchurl {
|
||||
url = mirror://cpan/authors/id/R/RU/RURBAN/Cpanel-JSON-XS-4.11.tar.gz;
|
||||
sha256 = "08d17df7d373868a154bfa687f54fa06e0691836af8470fb29d538215d82bc78";
|
||||
url = mirror://cpan/authors/id/R/RU/RURBAN/Cpanel-JSON-XS-4.12.tar.gz;
|
||||
sha256 = "49417b118fb111607cc7d021443e5b32fd104c0bf59d1852c95923a4916ac658";
|
||||
};
|
||||
meta = {
|
||||
description = "CPanel fork of JSON::XS, fast and correct serializing";
|
||||
|
|
Loading…
Reference in a new issue