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>2011-09-02 08:57:12 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2011-09-02 08:57:12 +0000
commit295089faae9aadef5fd6868a7d8ea30ec95e3c3c (patch)
tree6c34839cc8b486f6939993cf37389fca88cac24e /pkgs/tools/system/ts
parent32754d3c19239c522bd080425bfc50ce20f1c7ed (diff)
downloadnixlib-295089faae9aadef5fd6868a7d8ea30ec95e3c3c.tar
nixlib-295089faae9aadef5fd6868a7d8ea30ec95e3c3c.tar.gz
nixlib-295089faae9aadef5fd6868a7d8ea30ec95e3c3c.tar.bz2
nixlib-295089faae9aadef5fd6868a7d8ea30ec95e3c3c.tar.lz
nixlib-295089faae9aadef5fd6868a7d8ea30ec95e3c3c.tar.xz
nixlib-295089faae9aadef5fd6868a7d8ea30ec95e3c3c.tar.zst
nixlib-295089faae9aadef5fd6868a7d8ea30ec95e3c3c.zip
Updating task spooler.
svn path=/nixpkgs/trunk/; revision=28970
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 032b37a3868b..be41b88c9e33 100644
--- a/pkgs/tools/system/ts/default.nix
+++ b/pkgs/tools/system/ts/default.nix
@@ -2,7 +2,7 @@
 
 stdenv.mkDerivation {
 
-  name = "ts-0.6.6";
+  name = "ts-0.7.0";
 
   installPhase=''make install "PREFIX=$out"'';
 
@@ -11,8 +11,8 @@ stdenv.mkDerivation {
   };
 
   src = fetchurl {
-    url = http://vicerveza.homeunix.net/~viric/soft/ts/ts-0.6.6.tar.gz;
-    sha256 = "0mdg123ppq8ibf4315l4qi0w3n7wlj4x8dq5gx8f680v4bjvc30g";
+    url = http://vicerveza.homeunix.net/~viric/soft/ts/ts-0.7.0.tar.gz;
+    sha256 = "1m9nf0299idkh355afk2c9v9qqpxm4ram3gyf8a9qv4f9gg6hprp";
   };
 
   meta = {