···89- `services.rippleDataApi` has been removed, as `ripple-data-api` was broken and had not been updated since 2022.
10000011<!-- To avoid merge conflicts, consider adding your item at an arbitrary place in the list instead. -->
1213### Titanium removed {#sec-nixpkgs-release-25.05-incompatibilities-titanium-removed}
···89- `services.rippleDataApi` has been removed, as `ripple-data-api` was broken and had not been updated since 2022.
1011+- The `rustPlatform.fetchCargoTarball` function is deprecated, because it relied on `cargo vendor` not changing its output format to keep fixed-output derivation hashes the same, which is a Nix invariant, and Cargo 1.84.0 changed `cargo vendor`'s output format.
12+ It should generally be replaced with `rustPlatform.fetchCargoVendor`, but `rustPlatform.importCargoLock` may also be appropriate in some circumstances.
13+ `rustPlatform.buildRustPackage` users must set `useFetchCargoVendor` to `true` and regenerate the `cargoHash`.
14+15<!-- To avoid merge conflicts, consider adding your item at an arbitrary place in the list instead. -->
1617### Titanium removed {#sec-nixpkgs-release-25.05-incompatibilities-titanium-removed}