summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/window-managers/dwm
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2011-08-03 09:46:56 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2011-08-03 09:46:56 +0000
commit8ec17cf0a0f78b280fa06fec6461bf27136a3386 (patch)
treed3ffa29ba21dc88b2c82d90019dcfbe5100c3979 /pkgs/applications/window-managers/dwm
parentee74a7e379f3241e75898625703f6d986a7140b0 (diff)
Updating dwm.
svn path=/nixpkgs/trunk/; revision=28137
Diffstat (limited to 'pkgs/applications/window-managers/dwm')
-rw-r--r--pkgs/applications/window-managers/dwm/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/window-managers/dwm/default.nix b/pkgs/applications/window-managers/dwm/default.nix
index cca60332d06c..1427eec54f6c 100644
--- a/pkgs/applications/window-managers/dwm/default.nix
+++ b/pkgs/applications/window-managers/dwm/default.nix
@@ -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 ];