perlPackages.JSONXS: update from 2.33 to 2.34
This commit is contained in:
parent
67b484af45
commit
02fce7df41
1 changed files with 3 additions and 3 deletions
|
@ -4610,10 +4610,10 @@ let self = _self // overrides; _self = with self; {
|
|||
};
|
||||
|
||||
JSONXS = buildPerlPackage {
|
||||
name = "JSON-XS-2.33";
|
||||
name = "JSON-XS-2.34";
|
||||
src = fetchurl {
|
||||
url = mirror://cpan/authors/id/M/ML/MLEHMANN/JSON-XS-2.33.tar.gz;
|
||||
sha256 = "0p68f85xz6xx2c9ydz4bij5x4d1747rxs3jdq53ab915mnc1qfdl";
|
||||
url = mirror://cpan/authors/id/M/ML/MLEHMANN/JSON-XS-2.34.tar.gz;
|
||||
sha256 = "1sh0i73skxp3rvd9w8phxqncw9m1r5ibnb9qxxm21bmrfwkxybx6";
|
||||
};
|
||||
propagatedBuildInputs = [ CommonSense ];
|
||||
meta = {
|
||||
|
|
Loading…
Reference in a new issue