fcitx5-unikey: 5.0.11 -> 5.0.12

This commit is contained in:
Vonfry
2022-11-20 20:07:18 +08:00
parent e2af29d997
commit d79ab83bbc

View File

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