lol

fcitx-engines.table-other: 0.2.3 -> 0.2.4

+3 -9
+3 -9
pkgs/tools/inputmethods/fcitx-engines/fcitx-table-other/default.nix
··· 1 - { stdenv, fetchurl, fetchpatch, cmake, fcitx, gettext }: 1 + { stdenv, fetchurl, cmake, fcitx, gettext }: 2 2 3 3 stdenv.mkDerivation rec { 4 4 name = "fcitx-table-other-${version}"; 5 - version = "0.2.3"; 5 + version = "0.2.4"; 6 6 7 7 src = fetchurl { 8 8 url = "http://download.fcitx-im.org/fcitx-table-other/${name}.tar.xz"; 9 - sha256 = "12fqbsjrpx5pndx2jf7fksrlp01a4yxz62h2vpxrbkpk73ljly4v"; 9 + sha256 = "1di60lr6l5k2sdwi3yrc0hl89j2k0yipayrsn803vd040w1fgfhq"; 10 10 }; 11 11 12 12 buildInputs = [ cmake fcitx gettext ]; 13 - 14 - patches = [ 15 - (fetchpatch { url = https://sources.debian.net/data/main/f/fcitx-table-other/0.2.3-3/debian/patches/0001-table-other-fix-build.patch; 16 - sha256 = "06n1df9szfgfjm5al8r1mvp4cib5h0cm601kwngl6k1vqyyjzg1j"; 17 - }) 18 - ]; 19 13 20 14 preInstall = '' 21 15 substituteInPlace tables/cmake_install.cmake \