Merge pull request #35294 from volth/icu-60

icu: init at 60.2
This commit is contained in:
Michael Raskin 2018-02-21 22:00:11 +00:00 committed by GitHub
commit 18a5d05765
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,4 @@
import ./base.nix {
version = "60.2";
sha256 = "065l3n0q9wqaw8dz20x82srshhm6i987fr9ync5xf9mr6n7ylwzh";
}

View File

@ -9193,6 +9193,7 @@ with pkgs;
icu58 = callPackage ../development/libraries/icu/58.nix { };
icu59 = callPackage ../development/libraries/icu/59.nix { };
icu60 = callPackage ../development/libraries/icu/60.nix { };
icu = icu59;