summary refs log tree commit diff
path: root/pkgs/tools/inputmethods
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-07-13 14:54:31 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-07-13 23:54:31 +0200
commit9e867b863950e37e8822cc627b8678322d604ebd (patch)
tree0ee217f719434ceadb50e0604e3ae6fd67ddf457 /pkgs/tools/inputmethods
parentfbdb5773f4d071eb79c0eb9c54d8e1a4b89aff48 (diff)
downloadnixlib-9e867b863950e37e8822cc627b8678322d604ebd.tar
nixlib-9e867b863950e37e8822cc627b8678322d604ebd.tar.gz
nixlib-9e867b863950e37e8822cc627b8678322d604ebd.tar.bz2
nixlib-9e867b863950e37e8822cc627b8678322d604ebd.tar.lz
nixlib-9e867b863950e37e8822cc627b8678322d604ebd.tar.xz
nixlib-9e867b863950e37e8822cc627b8678322d604ebd.tar.zst
nixlib-9e867b863950e37e8822cc627b8678322d604ebd.zip
fcitx-configtool: 0.4.9 -> 0.4.10 (#43203)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/fcitx-configtool/versions.

These checks were done:

- built on NixOS
- fcitx result is not automatically checked, because some binaries gets stuck in daemons
Diffstat (limited to 'pkgs/tools/inputmethods')
-rw-r--r--pkgs/tools/inputmethods/fcitx/fcitx-configtool.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/inputmethods/fcitx/fcitx-configtool.nix b/pkgs/tools/inputmethods/fcitx/fcitx-configtool.nix
index b69a9ec81f69..7943903d6f7c 100644
--- a/pkgs/tools/inputmethods/fcitx/fcitx-configtool.nix
+++ b/pkgs/tools/inputmethods/fcitx/fcitx-configtool.nix
@@ -1,7 +1,7 @@
 { stdenv, fetchurl, makeWrapper, pkgconfig, cmake, fcitx, gtk3, isocodes, gnome3 }:
 
 stdenv.mkDerivation rec {
-  name = "fcitx-configtool-0.4.9";
+  name = "fcitx-configtool-0.4.10";
 
   meta = with stdenv.lib; {
     description = "GTK-based config tool for Fcitx";
@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
 
   src = fetchurl {
     url = "https://download.fcitx-im.org/fcitx-configtool/${name}.tar.xz";
-    sha256 = "1ypr2jr3vzs2shqfrvhqy69xvagrn9x507180i9wxy14hb97a82r";
+    sha256 = "1yyi9jhkwn49lx9a47k1zbvwgazv4y4z72gnqgzdpgdzfrlrgi5w";
   };
 
   nativeBuildInputs = [ pkgconfig ];