about summary refs log tree commit diff
path: root/pkgs/development/libraries/icu
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2022-10-30 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2022-10-30 04:20:00 +0000
commitccbce7e7eab24cb1e66e612ce39fbd62f5cc211f (patch)
tree1fb8bb9910ce8252195703c93b24f9bfd342b564 /pkgs/development/libraries/icu
parent89bfc5f9601375a2979e0cceeb2e6f0e0c21134d (diff)
icu72: init at 72.1
https://icu.unicode.org/download/72
Diffstat (limited to 'pkgs/development/libraries/icu')
-rw-r--r--pkgs/development/libraries/icu/72.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/development/libraries/icu/72.nix b/pkgs/development/libraries/icu/72.nix
new file mode 100644
index 0000000000000..8eeb10138d125
--- /dev/null
+++ b/pkgs/development/libraries/icu/72.nix
@@ -0,0 +1,4 @@
+import ./base.nix {
+  version = "72.1";
+  sha256 = "sha256-otLTghcJKn7VZjXjRGf5L5drNw4gGCrTJe3qZoGnHWg=";
+}