Updating dwm.

svn path=/nixpkgs/trunk/; revision=28137
This commit is contained in:
Lluís Batlle i Rossell 2011-08-03 09:46:56 +00:00
parent ee74a7e379
commit 8ec17cf0a0

View File

@ -1,11 +1,11 @@
{stdenv, fetchurl, libX11, libXinerama, patches ? []}:
stdenv.mkDerivation rec {
name = "dwm-5.8.2";
name = "dwm-5.9";
src = fetchurl {
url = "http://dl.suckless.org/dwm/${name}.tar.gz";
sha256 = "0rlv72fls2k4s48a0mw7mxa05d4qdxgs8pqbkyqkpzz3jb3kn965";
sha256 = "0cp25zqgaqj5k1mlvgxnc5jqi252chqjc5v0fzpqbhrklaidbk9d";
};
buildInputs = [ libX11 libXinerama ];