lol

Merge pull request #222057 from toastal/hunspell-th-th-2023-03-01

hunspellDicts.th_TH: experimental-2021-12-20 → experimental-2023-03-01

authored by

Weijia Wang and committed by
GitHub
e129f169 55dea1bc

+3 -3
+3 -3
pkgs/development/libraries/hunspell/dictionaries.nix
··· 828 828 th_TH = th-th; 829 829 th-th = mkDict { 830 830 pname = "hunspell-dict-th-th"; 831 - version = "experimental-2021-12-20"; 831 + version = "experimental-2023-03-01"; 832 832 dictFileName = "th_TH"; 833 833 readmeFile = "README.md"; 834 834 src = fetchFromGitHub { 835 835 owner = "SyafiqHadzir"; 836 836 repo = "Hunspell-TH"; 837 - rev = "f119e58e5f6954965d6abd683e7d4c4b9be2684f"; 838 - sha256 = "sha256-hwqKvuLxbtzxfyQ5YhC/sdb3QQwxCfzgDOHeatxDjxM="; 837 + rev = "9c09f1b7c0eb4d04b9f6f427901686c5c3d9fa54"; 838 + sha256 = "1wszpnbgj31k72x1vvcfkzcpmxsncdpqsi3zagah7swilpi7cqm4"; 839 839 }; 840 840 meta = with lib; { 841 841 description = "Hunspell dictionary for Central Thai (Thailand)";