libsForQt5.fcitx5-qt: 5.0.4 -> 5.0.6
This commit is contained in:
parent
e7296ab998
commit
3a9d159ed1
|
@ -12,13 +12,13 @@
|
||||||
|
|
||||||
mkDerivation rec {
|
mkDerivation rec {
|
||||||
pname = "fcitx5-qt";
|
pname = "fcitx5-qt";
|
||||||
version = "5.0.4";
|
version = "5.0.6";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "fcitx";
|
owner = "fcitx";
|
||||||
repo = "fcitx5-qt";
|
repo = "fcitx5-qt";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-PZbnxt30Tv7i+Q6G9UpGgWDs65rn0MZVe1ybhz4vN9I=";
|
sha256 = "sha256-Y7X4pkBSf5FMpf1mdyLvr1QWhqz3yC4iOGXDvvvV9Yw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
|
|
Loading…
Reference in New Issue