mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
icu: Bump default version from 74 to 76
This commit is contained in:
parent
9a9ab6b924
commit
33b5e75117
2 changed files with 3 additions and 1 deletions
|
@ -12,6 +12,8 @@
|
|||
It should generally be replaced with `rustPlatform.fetchCargoVendor`, but `rustPlatform.importCargoLock` may also be appropriate in some circumstances.
|
||||
`rustPlatform.buildRustPackage` users must set `useFetchCargoVendor` to `true` and regenerate the `cargoHash`.
|
||||
|
||||
- Default ICU version updated from 74 to 76
|
||||
|
||||
<!-- To avoid merge conflicts, consider adding your item at an arbitrary place in the list instead. -->
|
||||
|
||||
### Titanium removed {#sec-nixpkgs-release-25.05-incompatibilities-titanium-removed}
|
||||
|
|
|
@ -9269,7 +9269,7 @@ with pkgs;
|
|||
#
|
||||
# `icuReal` is provided in case the upstream icu package is needed on Darwin instead of the fork.
|
||||
# Note that the versioned icu packages always correspond to the upstream versions.
|
||||
icuReal = icu74;
|
||||
icuReal = icu76;
|
||||
icu = if stdenv.hostPlatform.isDarwin then darwin.ICU else icuReal;
|
||||
|
||||
idasen = with python3Packages; toPythonApplication idasen;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue