[cpan2nix] perlPackages.JSON: 2.97001 -> 4.00
This commit is contained in:
parent
10afccf145
commit
2adf6833c7
@ -8006,10 +8006,10 @@ let
|
|||||||
};
|
};
|
||||||
|
|
||||||
JSON = buildPerlPackage {
|
JSON = buildPerlPackage {
|
||||||
name = "JSON-2.97001";
|
name = "JSON-4.00";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://cpan/authors/id/I/IS/ISHIGAKI/JSON-2.97001.tar.gz;
|
url = mirror://cpan/authors/id/I/IS/ISHIGAKI/JSON-4.00.tar.gz;
|
||||||
sha256 = "0nlgdzy40q26z8qhwngsd461glyai8dpwaccyhiljmrkaqwdjxz2";
|
sha256 = "0s0h3a1y74851fgvrhq3qv8kw1z1ccwzz1ghn6vh91l7fl81znn4";
|
||||||
};
|
};
|
||||||
# Do not abort cross-compilation on failure to load native JSON module into host perl
|
# Do not abort cross-compilation on failure to load native JSON module into host perl
|
||||||
preConfigure = stdenv.lib.optionalString (stdenv.buildPlatform != stdenv.hostPlatform) ''
|
preConfigure = stdenv.lib.optionalString (stdenv.buildPlatform != stdenv.hostPlatform) ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user