1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

perl-Cpanel-JSON-XS: 4.00 -> 4.01

This commit is contained in:
Robert Helgesson 2018-02-11 10:30:32 +01:00
parent 27217271e1
commit 0e2ec65b0a
No known key found for this signature in database
GPG key ID: C3DB11069E65DC86

View file

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