summary refs log tree commit diff
path: root/pkgs/tools/inputmethods/fcitx/unwrapped.nix
diff options
context:
space:
mode:
authorMatthieu Coudron <mattator@gmail.com>2019-03-27 22:27:00 +0900
committerMatthieu Coudron <mattator@gmail.com>2019-03-27 22:54:11 +0900
commitc375715e262e5e01373676bb183c88a307222323 (patch)
tree13206b7d24f15e910a601437790367583206c631 /pkgs/tools/inputmethods/fcitx/unwrapped.nix
parent1777055209e8a44d39144d256dea9a73c1e6bdc9 (diff)
downloadnixpkgs-c375715e262e5e01373676bb183c88a307222323.tar
nixpkgs-c375715e262e5e01373676bb183c88a307222323.tar.gz
nixpkgs-c375715e262e5e01373676bb183c88a307222323.tar.bz2
nixpkgs-c375715e262e5e01373676bb183c88a307222323.tar.lz
nixpkgs-c375715e262e5e01373676bb183c88a307222323.tar.xz
nixpkgs-c375715e262e5e01373676bb183c88a307222323.tar.zst
nixpkgs-c375715e262e5e01373676bb183c88a307222323.zip
fcitx: 4.2.9.5 -> 4.2.9.6
Updated url to gitlab.
Diffstat (limited to 'pkgs/tools/inputmethods/fcitx/unwrapped.nix')
-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 ab8a7bdb34d..50cc06d2059 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,