fcitx5-unikey: 5.0.10 -> 5.0.11
This commit is contained in:
parent
6dbbc92f96
commit
c60312b6d8
1 changed files with 2 additions and 2 deletions
|
@ -11,13 +11,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "fcitx5-unikey";
|
pname = "fcitx5-unikey";
|
||||||
version = "5.0.10";
|
version = "5.0.11";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "fcitx";
|
owner = "fcitx";
|
||||||
repo = "fcitx5-unikey";
|
repo = "fcitx5-unikey";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-gGKLv+IUcLOE3jHDzK7oX2R76cUT9VXaVFGEyNN0tV4=";
|
sha256 = "sha256-pFFxTk97m/ThSrJglY+tSjjKCzXbj2EukdPg8fckoDU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake extra-cmake-modules wrapQtAppsHook ];
|
nativeBuildInputs = [ cmake extra-cmake-modules wrapQtAppsHook ];
|
||||||
|
|
Loading…
Reference in a new issue