summary refs log tree commit diff
diff options
context:
space:
mode:
authorJascha Geerds <jg@ekby.de>2015-06-22 12:28:28 +0200
committerJascha Geerds <jg@ekby.de>2015-06-22 12:28:28 +0200
commit51fa6826559888cfc5dce2a93159b2474bf4eb1d (patch)
tree5fa33e0f0c05e1bec79d5931038ff61d805e03b8
parent01e43fcd1d3f5e7b3267f40b4ab9b201926a37fc (diff)
downloadnixlib-51fa6826559888cfc5dce2a93159b2474bf4eb1d.tar
nixlib-51fa6826559888cfc5dce2a93159b2474bf4eb1d.tar.gz
nixlib-51fa6826559888cfc5dce2a93159b2474bf4eb1d.tar.bz2
nixlib-51fa6826559888cfc5dce2a93159b2474bf4eb1d.tar.lz
nixlib-51fa6826559888cfc5dce2a93159b2474bf4eb1d.tar.xz
nixlib-51fa6826559888cfc5dce2a93159b2474bf4eb1d.tar.zst
nixlib-51fa6826559888cfc5dce2a93159b2474bf4eb1d.zip
hexchat: 2.9.6.1 -> 2.10.2
-rw-r--r--pkgs/applications/networking/irc/hexchat/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/networking/irc/hexchat/default.nix b/pkgs/applications/networking/irc/hexchat/default.nix
index 99e35364000e..dfe5c3b0182f 100644
--- a/pkgs/applications/networking/irc/hexchat/default.nix
+++ b/pkgs/applications/networking/irc/hexchat/default.nix
@@ -1,22 +1,22 @@
 { stdenv, fetchurl, pkgconfig, gtk, perl, python, gettext
 , libtool, pciutils, dbus_glib, libcanberra, libproxy
-, libsexy, enchant, libnotify, openssl
+, libsexy, enchant, libnotify, openssl, intltool
 , desktop_file_utils, hicolor_icon_theme
 }:
 
 stdenv.mkDerivation rec {
-  version = "2.9.6.1";
+  version = "2.10.2";
   name = "hexchat-${version}";
 
   src = fetchurl {
     url = "http://dl.hexchat.net/hexchat/${name}.tar.xz";
-    sha256 = "0w34jr1pqril6r011fwxv40m17bnb88q9cv5hf08mv0a9lygyrv2";
+    sha256 = "0b5mw6jxa7c93nbgiwijm7j7klm6nccx6l9zyainyrbnqmjz7sw7";
   };
 
   buildInputs = [
     pkgconfig gtk perl python gettext
     libtool pciutils dbus_glib libcanberra libproxy
-    libsexy libnotify openssl
+    libsexy libnotify openssl intltool
     desktop_file_utils hicolor_icon_theme
   ];