mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-21 20:34:06 +00:00
fcitx-configtool: 0.4.8 -> 0.4.9
This commit is contained in:
parent
5aa936d0ee
commit
698d1bdd10
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user