tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
libsForQt5.fcitx5-qt: 5.0.13 -> 5.0.14
xrelkd
3 years ago
63f6a1d4
54edb75b
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
tools
inputmethods
fcitx5
fcitx5-qt.nix
+2
-2
pkgs/tools/inputmethods/fcitx5/fcitx5-qt.nix
···
13
13
14
14
mkDerivation rec {
15
15
pname = "fcitx5-qt";
16
16
-
version = "5.0.13";
16
16
+
version = "5.0.14";
17
17
18
18
src = fetchFromGitHub {
19
19
owner = "fcitx";
20
20
repo = pname;
21
21
rev = version;
22
22
-
sha256 = "sha256-eX0tdNFGFiWrxBgghSGLHzKhK/eQ6DLLu7+ggNqTScg=";
22
22
+
sha256 = "sha256-LmE6HgNLoJmgJtJmubAIjFi8Xpnmw3hgqJh6HUcakzg=";
23
23
};
24
24
25
25
preConfigure = ''