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-10-13 08:59:56 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2011-10-13 08:59:56 +0000
commit19503ac12a97d18f28bc4733de55522edff8d387 (patch)
treed10699b088129da4c978e4f9baff4e081797ee6b /pkgs/tools/system/ts
parent58e9385e704fc22cb6bc0c364465c73df13fd022 (diff)
downloadnixpkgs-19503ac12a97d18f28bc4733de55522edff8d387.tar
nixpkgs-19503ac12a97d18f28bc4733de55522edff8d387.tar.gz
nixpkgs-19503ac12a97d18f28bc4733de55522edff8d387.tar.bz2
nixpkgs-19503ac12a97d18f28bc4733de55522edff8d387.tar.lz
nixpkgs-19503ac12a97d18f28bc4733de55522edff8d387.tar.xz
nixpkgs-19503ac12a97d18f28bc4733de55522edff8d387.tar.zst
nixpkgs-19503ac12a97d18f28bc4733de55522edff8d387.zip
Updating task spooler
svn path=/nixpkgs/trunk/; revision=29809
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 be41b88c9e3..ef3fa7ec706 100644
--- a/pkgs/tools/system/ts/default.nix
+++ b/pkgs/tools/system/ts/default.nix
@@ -2,7 +2,7 @@
 
 stdenv.mkDerivation {
 
-  name = "ts-0.7.0";
+  name = "ts-0.7.1";
 
   installPhase=''make install "PREFIX=$out"'';
 
@@ -11,8 +11,8 @@ stdenv.mkDerivation {
   };
 
   src = fetchurl {
-    url = http://vicerveza.homeunix.net/~viric/soft/ts/ts-0.7.0.tar.gz;
-    sha256 = "1m9nf0299idkh355afk2c9v9qqpxm4ram3gyf8a9qv4f9gg6hprp";
+    url = http://vicerveza.homeunix.net/~viric/soft/ts/ts-0.7.1.tar.gz;
+    sha256 = "0s1hrgw99jn6ar01lcvhdgqsw0jzfnbpdayp0pydr6ikx1zwz70v";
   };
 
   meta = {