lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

fcitx5-chinese-addons: 5.1.4 -> 5.1.5

Diff: https://github.com/fcitx/fcitx5-chinese-addons/compare/5.1.4...5.1.5

Vonfry a7c482c1 f7c103c8

+4 -4
+4 -4
pkgs/tools/inputmethods/fcitx5/fcitx5-chinese-addons.nix
··· 21 21 pyStrokeVer = "20121124"; 22 22 pyStroke = fetchurl { 23 23 url = "http://download.fcitx-im.org/data/py_stroke-${pyStrokeVer}.tar.gz"; 24 - sha256 = "0j72ckmza5d671n2zg0psg7z9iils4gyxz7jgkk54fd4pyljiccf"; 24 + hash = "sha256-jrEoqb+kOVLmfPL87h/RNMb0z9MXvC9sOKYV9etk4kg="; 25 25 }; 26 26 pyTableVer = "20121124"; 27 27 pyTable = fetchurl { 28 28 url = "http://download.fcitx-im.org/data/py_table-${pyTableVer}.tar.gz"; 29 - sha256 = "011cg7wssssm6hm564cwkrrnck2zj5rxi7p9z5akvhg6gp4nl522"; 29 + hash = "sha256-QhRqyX3mwT1V+eme2HORX0xmc56cEVMqNFVrrfl5LAQ="; 30 30 }; 31 31 in 32 32 33 33 stdenv.mkDerivation rec { 34 34 pname = "fcitx5-chinese-addons"; 35 - version = "5.1.4"; 35 + version = "5.1.5"; 36 36 37 37 src = fetchFromGitHub { 38 38 owner = "fcitx"; 39 39 repo = pname; 40 40 rev = version; 41 - sha256 = "sha256-OqVoXZ8SIO8KRs3ehxul9Ug4sV47cxVCbLCBh6/8EoE="; 41 + hash = "sha256-7BgwMKssP9H8hryH+6p3g66ocZQcMvAysQrxZrLI+9I="; 42 42 }; 43 43 44 44 nativeBuildInputs = [