Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

fcitx5-rime: 5.0.14 -> 5.0.15

(cherry picked from commit 599fd132818687e4b88701d2e6f3ee05a97f3bbb)

authored by

Vonfry and committed by
github-actions[bot]
3caaef5c 5ebaa0e4

+2 -2
+2 -2
pkgs/tools/inputmethods/fcitx5/fcitx5-rime.nix
··· 10 10 11 11 stdenv.mkDerivation rec { 12 12 pname = "fcitx5-rime"; 13 - version = "5.0.14"; 13 + version = "5.0.15"; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "fcitx"; 17 17 repo = pname; 18 18 rev = version; 19 - sha256 = "sha256-EvYNeBmP2c+kDQ4GQU0SyGhxK4jolxMmhAaoVyINmfg="; 19 + sha256 = "sha256-gSot+jxZn2m/RQP9ELN/S5sh5uQfhA1s45+N5svN5fg="; 20 20 }; 21 21 22 22 cmakeFlags = [