summary refs log tree commit diff
diff options
context:
space:
mode:
authortoastal <toastal@posteo.net>2023-03-20 00:49:35 +0700
committertoastal <toastal@posteo.net>2023-03-20 00:49:35 +0700
commit3311be7a1355466d0c7c35a954a54244dc75259a (patch)
tree859191afc5e3fe9b4750c059828409bd7eba5434
parent7ee8aa8039163c53f30be582040098f4165d27c1 (diff)
downloadnixpkgs-3311be7a1355466d0c7c35a954a54244dc75259a.tar
nixpkgs-3311be7a1355466d0c7c35a954a54244dc75259a.tar.gz
nixpkgs-3311be7a1355466d0c7c35a954a54244dc75259a.tar.bz2
nixpkgs-3311be7a1355466d0c7c35a954a54244dc75259a.tar.lz
nixpkgs-3311be7a1355466d0c7c35a954a54244dc75259a.tar.xz
nixpkgs-3311be7a1355466d0c7c35a954a54244dc75259a.tar.zst
nixpkgs-3311be7a1355466d0c7c35a954a54244dc75259a.zip
hunspellDicts.th_TH: experimental-2021-12-20 → experimental-2023-03-01
-rw-r--r--pkgs/development/libraries/hunspell/dictionaries.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/libraries/hunspell/dictionaries.nix b/pkgs/development/libraries/hunspell/dictionaries.nix
index 17c73c118ce..1f1f5a687a4 100644
--- a/pkgs/development/libraries/hunspell/dictionaries.nix
+++ b/pkgs/development/libraries/hunspell/dictionaries.nix
@@ -828,14 +828,14 @@ rec {
   th_TH = th-th;
   th-th = mkDict {
     pname = "hunspell-dict-th-th";
-    version = "experimental-2021-12-20";
+    version = "experimental-2023-03-01";
     dictFileName = "th_TH";
     readmeFile = "README.md";
     src = fetchFromGitHub {
       owner = "SyafiqHadzir";
       repo = "Hunspell-TH";
-      rev = "f119e58e5f6954965d6abd683e7d4c4b9be2684f";
-      sha256 = "sha256-hwqKvuLxbtzxfyQ5YhC/sdb3QQwxCfzgDOHeatxDjxM=";
+      rev = "9c09f1b7c0eb4d04b9f6f427901686c5c3d9fa54";
+      sha256 = "1wszpnbgj31k72x1vvcfkzcpmxsncdpqsi3zagah7swilpi7cqm4";
     };
     meta = with lib; {
       description = "Hunspell dictionary for Central Thai (Thailand)";