fcitx5-unikey: 5.0.10 -> 5.0.11

This commit is contained in:
xrelkd 2022-07-05 22:25:11 +08:00
parent 6dbbc92f96
commit c60312b6d8
No known key found for this signature in database
GPG key ID: BAB7A457C1D1D6B3

View file

@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "fcitx5-unikey";
version = "5.0.10";
version = "5.0.11";
src = fetchFromGitHub {
owner = "fcitx";
repo = "fcitx5-unikey";
rev = version;
sha256 = "sha256-gGKLv+IUcLOE3jHDzK7oX2R76cUT9VXaVFGEyNN0tV4=";
sha256 = "sha256-pFFxTk97m/ThSrJglY+tSjjKCzXbj2EukdPg8fckoDU=";
};
nativeBuildInputs = [ cmake extra-cmake-modules wrapQtAppsHook ];