about summary refs log tree commit diff
path: root/pkgs/tools/system/ts
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2009-02-18 22:45:01 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2009-02-18 22:45:01 +0000
commit39cea053052377f0d106d0ed267407ffb05c03c2 (patch)
treee445bb8332322e98d9b29af9e361881ccf5d937f /pkgs/tools/system/ts
parent1ff1b7b7f6a9d07d8c7b430798a2707ff7404b48 (diff)
Updating task spooler from 0.6.2 to 0.6.3.
svn path=/nixpkgs/trunk/; revision=14120
Diffstat (limited to 'pkgs/tools/system/ts')
-rw-r--r--pkgs/tools/system/ts/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/system/ts/default.nix b/pkgs/tools/system/ts/default.nix
index 2a09167b9ce0e..c42d48181c7e9 100644
--- a/pkgs/tools/system/ts/default.nix
+++ b/pkgs/tools/system/ts/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation {
 
-  name = "ts-0.6.2";
+  name = "ts-0.6.3";
 
   installPhase=''make install "PREFIX=$out"'';
 
   src = fetchurl {
-    url = http://vicerveza.homeunix.net/~viric/soft/ts/ts-0.6.2.tar.gz;
-    sha256 = "6a99b48800658fb7424a76c5756a638a6b6abb2a8a8c129e196bc24a9aeeb5cc";
+    url = http://vicerveza.homeunix.net/~viric/soft/ts/ts-0.6.3.tar.gz;
+    sha256 = "70d9dd20e8f7cb45336c9eee048d47ff3c6cd3fdd2b36c88035c460515e7004f";
   };
 
   meta = { homepage = "http://vicerveza.homeunix.net/~viric/soft/ts";