about summary refs log tree commit diff
path: root/pkgs/tools/inputmethods/fcitx-engines
diff options
context:
space:
mode:
authorGabriel Ebner <gebner@gebner.org>2018-02-22 11:30:40 +0100
committerGabriel Ebner <gebner@gebner.org>2018-02-22 11:30:40 +0100
commita14ab86e315bbaf996e0fa2da082ad3120376739 (patch)
treef8d175066a5a7e032fa4c65e25b9f5f9988c823c /pkgs/tools/inputmethods/fcitx-engines
parent1c67ee4ff6b3b0b500197713631e5dce5bbbce06 (diff)
downloadnixlib-a14ab86e315bbaf996e0fa2da082ad3120376739.tar
nixlib-a14ab86e315bbaf996e0fa2da082ad3120376739.tar.gz
nixlib-a14ab86e315bbaf996e0fa2da082ad3120376739.tar.bz2
nixlib-a14ab86e315bbaf996e0fa2da082ad3120376739.tar.lz
nixlib-a14ab86e315bbaf996e0fa2da082ad3120376739.tar.xz
nixlib-a14ab86e315bbaf996e0fa2da082ad3120376739.tar.zst
nixlib-a14ab86e315bbaf996e0fa2da082ad3120376739.zip
fcitx-engines.table-other: 0.2.3 -> 0.2.4
Diffstat (limited to 'pkgs/tools/inputmethods/fcitx-engines')
-rw-r--r--pkgs/tools/inputmethods/fcitx-engines/fcitx-table-other/default.nix12
1 files changed, 3 insertions, 9 deletions
diff --git a/pkgs/tools/inputmethods/fcitx-engines/fcitx-table-other/default.nix b/pkgs/tools/inputmethods/fcitx-engines/fcitx-table-other/default.nix
index 227e17347c1f..929cdb30b919 100644
--- a/pkgs/tools/inputmethods/fcitx-engines/fcitx-table-other/default.nix
+++ b/pkgs/tools/inputmethods/fcitx-engines/fcitx-table-other/default.nix
@@ -1,22 +1,16 @@
-{ stdenv, fetchurl, fetchpatch, cmake, fcitx, gettext }:
+{ stdenv, fetchurl, cmake, fcitx, gettext }:
 
 stdenv.mkDerivation rec {
   name = "fcitx-table-other-${version}";
-  version = "0.2.3";
+  version = "0.2.4";
 
   src = fetchurl {
     url = "http://download.fcitx-im.org/fcitx-table-other/${name}.tar.xz";
-    sha256 = "12fqbsjrpx5pndx2jf7fksrlp01a4yxz62h2vpxrbkpk73ljly4v";
+    sha256 = "1di60lr6l5k2sdwi3yrc0hl89j2k0yipayrsn803vd040w1fgfhq";
   };
 
   buildInputs = [ cmake fcitx gettext ];
 
-  patches = [
-    (fetchpatch { url = https://sources.debian.net/data/main/f/fcitx-table-other/0.2.3-3/debian/patches/0001-table-other-fix-build.patch;
-                  sha256 = "06n1df9szfgfjm5al8r1mvp4cib5h0cm601kwngl6k1vqyyjzg1j";
-                })
-  ];
-
   preInstall = ''
    substituteInPlace tables/cmake_install.cmake \
       --replace ${fcitx} $out