blob: 361a058febf10a653b09b432b7da7df23d81f687 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
self: super: with self; rec {
version = "76.1";
src = fetchurl {
url = "https://github.com/unicode-org/icu/releases/download/release-${lib.replaceChars [ "." ] [ "-" ] version}/icu4c-${lib.replaceChars [ "." ] [ "_" ] version}-src.tgz";
hash = "sha256-36y0a/5HR0EEcs4+EUS/KKEC/uqk44dbrJtMbPMPTz4=";
};
}
|