Author: amiddelk
Date: Wed Jan 11 22:32:17 2012
New Revision: 31485
URL: https://nixos.org/websvn/nix/?rev=31485&sc=1
Log:
Update of XChat to 2.8.8; old version 2.8.4 does not compile.
Modified:
nixpkgs/trunk/pkgs/applications/networking/irc/xchat/default.nix
Modified: nixpkgs/trunk/pkgs/applications/networking/irc/xchat/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/applications/networking/irc/xchat/default.nix Wed Jan
11 20:48:40 2012 (r31484)
+++ nixpkgs/trunk/pkgs/applications/networking/irc/xchat/default.nix Wed Jan
11 22:32:17 2012 (r31485)
@@ -1,10 +1,10 @@
{stdenv, fetchurl, pkgconfig, tcl, gtk}:
stdenv.mkDerivation {
- name = "xchat-2.8.4";
+ name = "xchat-2.8.8";
src = fetchurl {
- url = http://www.xchat.org/files/source/2.8/xchat-2.8.4.tar.bz2;
- sha256 = "0qyx6rdvnjwy52amcmkjj134sysfkzbyv7b66vjsla3i8yg9lnpr";
+ url = http://www.xchat.org/files/source/2.8/xchat-2.8.8.tar.bz2;
+ sha256 =
"0d6d69437b5e1e45f3e66270fe369344943de8a1190e498fafa5296315a27db0";
};
buildInputs = [pkgconfig tcl gtk];
configureFlags = "--disable-nls";
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits