mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
applications/misc/xmobar: Updated to 0.12.
svn path=/nixpkgs/trunk/; revision=25327
This commit is contained in:
parent
e57b416d69
commit
d3bb1b2630
@ -3,9 +3,10 @@
|
||||
cabal.mkDerivation (self : {
|
||||
pname = "xmobar";
|
||||
name = "${self.fname}";
|
||||
version = "0.9.2";
|
||||
sha256 = "361295f5dc912512a2eb644ecd331562a271243192be6215cb071e44f50c7c66";
|
||||
version = "0.12";
|
||||
sha256 = "633b7985dbaebd58864f591ea7ff8b44f5a69b4e3d0a592df01daf8fe11a5d31";
|
||||
extraBuildInputs = [X11 mtl parsec stm utf8String X11Xft];
|
||||
configureFlags = "--flags=with_xft";
|
||||
meta = {
|
||||
description = "xmobar is a minimalistic text based status bar";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user