Merge pull request #212696 from Vonfry/update/librime/1.8.3

librime: 1.7.3 -> 1.8.3

authored by

Nick Cao and committed by
GitHub
fbb71f14 2b46a5ac

+5 -2
+2 -2
pkgs/development/libraries/librime/default.nix
··· 10 in 11 stdenv.mkDerivation rec { 12 pname = "librime"; 13 - version = "1.7.3"; 14 15 src = fetchFromGitHub { 16 owner = "rime"; 17 repo = pname; 18 rev = version; 19 - sha256 = "sha256-GzNMwyJR9PgJN0eGYbnBW6LS3vo4SUVLdyNG9kcEE18="; 20 }; 21 22 nativeBuildInputs = [ cmake pkg-config ];
··· 10 in 11 stdenv.mkDerivation rec { 12 pname = "librime"; 13 + version = "1.8.3"; 14 15 src = fetchFromGitHub { 16 owner = "rime"; 17 repo = pname; 18 rev = version; 19 + sha256 = "sha256-tPuDDVV4ZeBva/oHcw0rNjkzYmCtT2vLCdwCukBM28w="; 20 }; 21 22 nativeBuildInputs = [ cmake pkg-config ];
+3
pkgs/tools/inputmethods/fcitx-engines/fcitx-rime/default.nix
··· 30 license = licenses.gpl2; 31 platforms = platforms.linux; 32 maintainers = with maintainers; [ sifmelcara ]; 33 }; 34 }
··· 30 license = licenses.gpl2; 31 platforms = platforms.linux; 32 maintainers = with maintainers; [ sifmelcara ]; 33 + # this package is deprecated, please use fcitx5 instead. 34 + # and it cannot be built with the new version of librime 35 + broken = true; 36 }; 37 }