about summary refs log tree commit diff
path: root/pkgs/tools/inputmethods
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2019-04-09 16:38:35 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2019-04-09 16:38:35 +0200
commitd108b49168e25d87ac0dcdc707c6f830310543c5 (patch)
tree1a51ee56a64ed1966a5920d4dde05c87989db6a0 /pkgs/tools/inputmethods
parentacedc516fe6a561ff740976db3c1836a0aae9616 (diff)
parent6e9f6a63a2d4fd30676b5e88696d3bf6104e843f (diff)
downloadnixlib-d108b49168e25d87ac0dcdc707c6f830310543c5.tar
nixlib-d108b49168e25d87ac0dcdc707c6f830310543c5.tar.gz
nixlib-d108b49168e25d87ac0dcdc707c6f830310543c5.tar.bz2
nixlib-d108b49168e25d87ac0dcdc707c6f830310543c5.tar.lz
nixlib-d108b49168e25d87ac0dcdc707c6f830310543c5.tar.xz
nixlib-d108b49168e25d87ac0dcdc707c6f830310543c5.tar.zst
nixlib-d108b49168e25d87ac0dcdc707c6f830310543c5.zip
Merge master into staging-next
Diffstat (limited to 'pkgs/tools/inputmethods')
-rw-r--r--pkgs/tools/inputmethods/fcitx/unwrapped.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/tools/inputmethods/fcitx/unwrapped.nix b/pkgs/tools/inputmethods/fcitx/unwrapped.nix
index ab8a7bdb34de..50cc06d20593 100644
--- a/pkgs/tools/inputmethods/fcitx/unwrapped.nix
+++ b/pkgs/tools/inputmethods/fcitx/unwrapped.nix
@@ -4,7 +4,7 @@
 , dbus, gtk2, gtk3, qt4, extra-cmake-modules
 , xkeyboard_config, pcre, libuuid
 , withPinyin ? true
-, fetchFromGitHub
+, fetchFromGitLab
 }:
 
 let
@@ -37,13 +37,13 @@ let
 in
 stdenv.mkDerivation rec {
   name = "fcitx-${version}";
-  version = "4.2.9.5";
+  version = "4.2.9.6";
 
-  src = fetchFromGitHub {
+  src = fetchFromGitLab {
     owner = "fcitx";
     repo = "fcitx";
     rev = version;
-    sha256 = "0rv69bacdvblka85dakz4ldpznrgwj59nqcccp5mkkn1rab4zh1r";
+    sha256 = "0j5vaf930lb21gx4h7z6mksh1fazqw32gajjjkyir94wbmml9n3s";
   };
 
   # put data at the correct locations else cmake tries to fetch them,