Updating dwm.
svn path=/nixpkgs/trunk/; revision=28137
This commit is contained in:
parent
ee74a7e379
commit
8ec17cf0a0
@ -1,11 +1,11 @@
|
|||||||
{stdenv, fetchurl, libX11, libXinerama, patches ? []}:
|
{stdenv, fetchurl, libX11, libXinerama, patches ? []}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "dwm-5.8.2";
|
name = "dwm-5.9";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://dl.suckless.org/dwm/${name}.tar.gz";
|
url = "http://dl.suckless.org/dwm/${name}.tar.gz";
|
||||||
sha256 = "0rlv72fls2k4s48a0mw7mxa05d4qdxgs8pqbkyqkpzz3jb3kn965";
|
sha256 = "0cp25zqgaqj5k1mlvgxnc5jqi252chqjc5v0fzpqbhrklaidbk9d";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ libX11 libXinerama ];
|
buildInputs = [ libX11 libXinerama ];
|
||||||
|
Loading…
Reference in New Issue
Block a user