about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-03-20 01:18:17 +0200
committerGitHub <noreply@github.com>2023-03-20 01:18:17 +0200
commite129f169d8c36503fe1c54a03e715d3bf7b7d5dc (patch)
tree9b3beeadba6b9f83f84aace69a42a3f6efbcc34c /pkgs
parent55dea1bc7a180c7e30bf5e76c7430813f25caabe (diff)
parent3311be7a1355466d0c7c35a954a54244dc75259a (diff)
Merge pull request #222057 from toastal/hunspell-th-th-2023-03-01
hunspellDicts.th_TH: experimental-2021-12-20 → experimental-2023-03-01
Diffstat (limited to 'pkgs')
-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 17c73c118cece..1f1f5a687a4b7 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)";