[cpan2nix] perlPackages.JSON: 2.97001 -> 4.00

This commit is contained in:
volth 2018-12-28 14:13:38 +00:00
parent 10afccf145
commit 2adf6833c7

View file

@ -8006,10 +8006,10 @@ let
};
JSON = buildPerlPackage {
name = "JSON-2.97001";
name = "JSON-4.00";
src = fetchurl {
url = mirror://cpan/authors/id/I/IS/ISHIGAKI/JSON-2.97001.tar.gz;
sha256 = "0nlgdzy40q26z8qhwngsd461glyai8dpwaccyhiljmrkaqwdjxz2";
url = mirror://cpan/authors/id/I/IS/ISHIGAKI/JSON-4.00.tar.gz;
sha256 = "0s0h3a1y74851fgvrhq3qv8kw1z1ccwzz1ghn6vh91l7fl81znn4";
};
# Do not abort cross-compilation on failure to load native JSON module into host perl
preConfigure = stdenv.lib.optionalString (stdenv.buildPlatform != stdenv.hostPlatform) ''