summary refs log tree commit diff
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2009-08-04 10:58:09 +0000
committerMichael Raskin <7c6f434c@mail.ru>2009-08-04 10:58:09 +0000
commit300ee8aea5e2889c73c23e0de89d287873c319df (patch)
treefc44288afa99417822cf9bfefa592ee84d18c725
parent3c62e3bb95ada22df78e192b84669a7fa239cd5d (diff)
downloadnixpkgs-300ee8aea5e2889c73c23e0de89d287873c319df.tar
nixpkgs-300ee8aea5e2889c73c23e0de89d287873c319df.tar.gz
nixpkgs-300ee8aea5e2889c73c23e0de89d287873c319df.tar.bz2
nixpkgs-300ee8aea5e2889c73c23e0de89d287873c319df.tar.lz
nixpkgs-300ee8aea5e2889c73c23e0de89d287873c319df.tar.xz
nixpkgs-300ee8aea5e2889c73c23e0de89d287873c319df.tar.zst
nixpkgs-300ee8aea5e2889c73c23e0de89d287873c319df.zip
Update StumpWM
svn path=/nixpkgs/trunk/; revision=16576
-rw-r--r--pkgs/applications/window-managers/stumpwm/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/window-managers/stumpwm/default.nix b/pkgs/applications/window-managers/stumpwm/default.nix
index d96bf792b29..40fb49859fd 100644
--- a/pkgs/applications/window-managers/stumpwm/default.nix
+++ b/pkgs/applications/window-managers/stumpwm/default.nix
@@ -6,14 +6,14 @@ let
   fullDepEntry = args.fullDepEntry;
 
   buildInputs = lib.attrVals ["clisp" "texinfo"] args;
-  version = lib.attrByPath ["version"] "0.9.4.1" args; 
+  version = lib.attrByPath ["version"] "0.9.6" args; 
 
   pkgName = "stumpwm";
 in
 rec {
   src = fetchurl {
     url = "http://download.savannah.gnu.org/releases/stumpwm/${pkgName}-${version}.tgz";
-    sha256 = "0wnkv3bgaj2bflh795ph6wiyhxzbhrif20vb40j6hjxxs9kywzqj";
+    sha256 = "0xzyd1ii2lfsadvyk7992xbzc7j6smnvjlsabr1fkgwb2ihm7xsz";
   };
 
   inherit buildInputs;