Merge pull request #4301 from AndersonTorres/windowmaker

Windowmaker: update to 0.95.6
This commit is contained in:
Pascal Wittmann 2014-09-28 12:54:12 +02:00
commit 943b1a4768

View File

@ -2,12 +2,12 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "windowmaker-${version}"; name = "windowmaker-${version}";
version = "0.95.5"; version = "0.95.6";
srcName = "WindowMaker-${version}"; srcName = "WindowMaker-${version}";
src = fetchurl { src = fetchurl {
url = "http://windowmaker.org/pub/source/release/${srcName}.tar.gz"; url = "http://windowmaker.org/pub/source/release/${srcName}.tar.gz";
sha256 = "1l3hmx4jzf6vp0zclqx9gsqrlwh4rvqm1g1zr5ha0cp0zmsg89ab"; sha256 = "1i3dw1yagsa3rs9x2na2ynqlgmbahayws0kz4vl00fla6550nns3";
}; };
buildInputs = [ pkgconfig libX11 libXft libXmu ]; buildInputs = [ pkgconfig libX11 libXft libXmu ];