Updated xmonad to 0.9.

svn path=/nixpkgs/trunk/; revision=18204
This commit is contained in:
Andres Löh
2009-11-06 13:08:47 +00:00
parent b1e7aac0fd
commit c3e966b0cb
4 changed files with 9 additions and 9 deletions

View File

@@ -4,8 +4,8 @@ assert xineramaSupport -> (libXinerama != null && libXext != null);
cabal.mkDerivation (self : {
pname = "X11";
version = "1.4.5";
sha256 = "6665056b9fe5801ca27bf960a90215c940ae70b549753efed0303d5ed8d89ddb";
version = "1.4.6.1";
sha256 = "3e1375d4e53a8366fa2ea12bd9c3033ffe2f7dd00443acd84f722cf0dfff0fa9";
propagatedBuildInputs = [libX11] ++ (if xineramaSupport then [libXinerama libXext] else []);
meta = {
description = "A Haskell binding to the X11 graphics library";