libime: 1.1.10 -> 1.1.11

Diff: https://github.com/fcitx/libime/compare/1.1.10...1.1.11

Vonfry 28b186ca 250481b9

+4 -4
+4 -4
pkgs/by-name/li/libime/package.nix
··· 22 url = "https://download.fcitx-im.org/data/lm_sc.arpa-${arpaVer}.tar.zst"; 23 hash = "sha256-7oPs8g1S6LzNukz2zVcYPVPCV3E6Xrd+46Y9UPw3lt0="; 24 }; 25 - dictVer = "20241001"; 26 dict = fetchurl { 27 url = "https://download.fcitx-im.org/data/dict-${dictVer}.tar.zst"; 28 - hash = "sha256-0zE7iKaGIKI7yNX5VkzxtniEjcevVBxPXwIZjlo2hr8="; 29 }; 30 in 31 stdenv.mkDerivation rec { 32 pname = "libime"; 33 - version = "1.1.10"; 34 35 src = fetchFromGitHub { 36 owner = "fcitx"; 37 repo = "libime"; 38 tag = version; 39 - hash = "sha256-liVJEBUYcVYjjJCMW68xXbEHKQpAgTLCPm2yIdWG3IQ="; 40 fetchSubmodules = true; 41 }; 42
··· 22 url = "https://download.fcitx-im.org/data/lm_sc.arpa-${arpaVer}.tar.zst"; 23 hash = "sha256-7oPs8g1S6LzNukz2zVcYPVPCV3E6Xrd+46Y9UPw3lt0="; 24 }; 25 + dictVer = "20250327"; 26 dict = fetchurl { 27 url = "https://download.fcitx-im.org/data/dict-${dictVer}.tar.zst"; 28 + hash = "sha256-fKa+R1TA1MJ7p3AsDc5lFlm9LKH6pcvyhI2BoAU8jBM="; 29 }; 30 in 31 stdenv.mkDerivation rec { 32 pname = "libime"; 33 + version = "1.1.11"; 34 35 src = fetchFromGitHub { 36 owner = "fcitx"; 37 repo = "libime"; 38 tag = version; 39 + hash = "sha256-C9l7VBSUdSpnt+8ghdmLljZXHFswTyi/ItqeeYTjF4Y="; 40 fetchSubmodules = true; 41 }; 42