hexchat: 2.9.6.1 -> 2.10.2

Changed files
+4 -4
pkgs
applications
networking
irc
hexchat
+4 -4
pkgs/applications/networking/irc/hexchat/default.nix
···
{ stdenv, fetchurl, pkgconfig, gtk, perl, python, gettext
, libtool, pciutils, dbus_glib, libcanberra, libproxy
-
, libsexy, enchant, libnotify, openssl
, desktop_file_utils, hicolor_icon_theme
}:
stdenv.mkDerivation rec {
-
version = "2.9.6.1";
name = "hexchat-${version}";
src = fetchurl {
url = "http://dl.hexchat.net/hexchat/${name}.tar.xz";
-
sha256 = "0w34jr1pqril6r011fwxv40m17bnb88q9cv5hf08mv0a9lygyrv2";
};
buildInputs = [
pkgconfig gtk perl python gettext
libtool pciutils dbus_glib libcanberra libproxy
-
libsexy libnotify openssl
desktop_file_utils hicolor_icon_theme
];
···
{ stdenv, fetchurl, pkgconfig, gtk, perl, python, gettext
, libtool, pciutils, dbus_glib, libcanberra, libproxy
+
, libsexy, enchant, libnotify, openssl, intltool
, desktop_file_utils, hicolor_icon_theme
}:
stdenv.mkDerivation rec {
+
version = "2.10.2";
name = "hexchat-${version}";
src = fetchurl {
url = "http://dl.hexchat.net/hexchat/${name}.tar.xz";
+
sha256 = "0b5mw6jxa7c93nbgiwijm7j7klm6nccx6l9zyainyrbnqmjz7sw7";
};
buildInputs = [
pkgconfig gtk perl python gettext
libtool pciutils dbus_glib libcanberra libproxy
+
libsexy libnotify openssl intltool
desktop_file_utils hicolor_icon_theme
];