fcitx5-unikey: 5.0.13 -> 5.1.0

Diff: https://github.com/fcitx/fcitx5-unikey/compare/5.0.13...5.1.0

linsui 1e1cf536 54f679ad

+2 -2
+2 -2
pkgs/tools/inputmethods/fcitx5/fcitx5-unikey.nix
··· 11 12 stdenv.mkDerivation rec { 13 pname = "fcitx5-unikey"; 14 - version = "5.0.13"; 15 16 src = fetchFromGitHub { 17 owner = "fcitx"; 18 repo = "fcitx5-unikey"; 19 rev = version; 20 - sha256 = "sha256-UpCXcgVUGe5/yunLqRNx2H2aLOnD1wJNA8y3q8R4+sY="; 21 }; 22 23 nativeBuildInputs = [ cmake extra-cmake-modules wrapQtAppsHook ];
··· 11 12 stdenv.mkDerivation rec { 13 pname = "fcitx5-unikey"; 14 + version = "5.1.0"; 15 16 src = fetchFromGitHub { 17 owner = "fcitx"; 18 repo = "fcitx5-unikey"; 19 rev = version; 20 + sha256 = "sha256-X00/jGtbApWtS9+S6lTXJ0+BK7SUsLA1sKxq0vW1VNE="; 21 }; 22 23 nativeBuildInputs = [ cmake extra-cmake-modules wrapQtAppsHook ];