From 36f29dfeb946db5e98deed7128418cd5f66d954f Mon Sep 17 00:00:00 2001 From: rejuvyesh Date: Sat, 11 Oct 2014 10:56:37 +0530 Subject: [PATCH] Update xmobar to 0.22 --- pkgs/applications/misc/xmobar/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/applications/misc/xmobar/default.nix b/pkgs/applications/misc/xmobar/default.nix index 8d73dfebb188..461921f74095 100644 --- a/pkgs/applications/misc/xmobar/default.nix +++ b/pkgs/applications/misc/xmobar/default.nix @@ -3,13 +3,13 @@ { cabal, alsaCore, alsaMixer, dbus, filepath, hinotify, HTTP , libmpd, libXrandr, mtl, parsec, regexCompat, stm, time , timezoneOlson, timezoneSeries, utf8String, wirelesstools, X11 -, X11Xft +, X11Xft, libXpm }: cabal.mkDerivation (self: { pname = "xmobar"; - version = "0.21"; - sha256 = "1h0gsb808zm4j4kmw7fl4339wllc16ldy1ki96l8w3fvj30bcxpm"; + version = "0.22"; + sha256 = "158q2mcdn58jjli3wh3zlcjchrzz9krdgvx39n8qdl6a9pgmf8bd"; isLibrary = false; isExecutable = true; buildDepends = [ @@ -17,7 +17,7 @@ cabal.mkDerivation (self: { regexCompat stm time timezoneOlson timezoneSeries utf8String X11 X11Xft ]; - extraLibraries = [ libXrandr wirelesstools ]; + extraLibraries = [ libXrandr wirelesstools libXpm ]; configureFlags = "-fall_extensions"; meta = { homepage = "http://xmobar.org";