fcitx-configtool: 0.4.8 -> 0.4.9

This commit is contained in:
Eric Sagnes 2017-04-26 15:47:14 +09:00
parent 5aa936d0ee
commit 698d1bdd10

View File

@ -1,7 +1,7 @@
{ stdenv, fetchurl, makeWrapper, pkgconfig, cmake, fcitx, gtk3, isocodes, gnome3 }:
stdenv.mkDerivation rec {
name = "fcitx-configtool-0.4.8";
name = "fcitx-configtool-0.4.9";
meta = with stdenv.lib; {
description = "GTK-based config tool for Fcitx";
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "http://download.fcitx-im.org/fcitx-configtool/${name}.tar.xz";
sha256 = "1vaim0namw58bfafbvws1vgd4010p19zwqfbx6bd1zi5sgchdg0f";
sha256 = "1ypr2jr3vzs2shqfrvhqy69xvagrn9x507180i9wxy14hb97a82r";
};
buildInputs = [ makeWrapper fcitx cmake isocodes pkgconfig gtk3