about summary refs log tree commit diff
path: root/pkgs/tools/system/ts/default.nix
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2009-01-02 16:33:39 +0000
committerMichael Raskin <7c6f434c@mail.ru>2009-01-02 16:33:39 +0000
commit8f4c32886a95eee02f20cdee298b101b6503a6f3 (patch)
tree2162423b58fa2c31d452c3c404e326f7bda06ea3 /pkgs/tools/system/ts/default.nix
parent02d4d7ada4cd352c9e7bf7ef1f643d9fa7a816db (diff)
downloadnixlib-8f4c32886a95eee02f20cdee298b101b6503a6f3.tar
nixlib-8f4c32886a95eee02f20cdee298b101b6503a6f3.tar.gz
nixlib-8f4c32886a95eee02f20cdee298b101b6503a6f3.tar.bz2
nixlib-8f4c32886a95eee02f20cdee298b101b6503a6f3.tar.lz
nixlib-8f4c32886a95eee02f20cdee298b101b6503a6f3.tar.xz
nixlib-8f4c32886a95eee02f20cdee298b101b6503a6f3.tar.zst
nixlib-8f4c32886a95eee02f20cdee298b101b6503a6f3.zip
Updated ts task spooler; patch by Lluis Batlle
svn path=/nixpkgs/trunk/; revision=13687
Diffstat (limited to 'pkgs/tools/system/ts/default.nix')
-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 0981446a58e4..e396546534a9 100644
--- a/pkgs/tools/system/ts/default.nix
+++ b/pkgs/tools/system/ts/default.nix
@@ -2,15 +2,15 @@
 
 stdenv.mkDerivation {
 
-  name = "ts-0.6";
+  name = "ts-0.6.2";
 
   installPhase=''make install "PREFIX=$out"'';
 
   patchPhase = ''sed -i 's@/usr/bin/install@install@g' Makefile; set -x'';
 
   src = fetchurl {
-    url = http://vicerveza.homeunix.net/~viric/soft/ts/ts-0.6.tar.gz;
-    sha256 = "663df09f9a6e6491f7924b1cdf8a5d00546c736ec3f5f1135ccccb83bf4f2ce8";
+    url = http://vicerveza.homeunix.net/~viric/soft/ts/ts-0.6.2.tar.gz;
+    sha256 = "6a99b48800658fb7424a76c5756a638a6b6abb2a8a8c129e196bc24a9aeeb5cc";
   };
 
   meta = { homepage = "http://vicerveza.homeunix.net/~viric/soft/ts";