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>2010-03-05 17:22:37 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2010-03-05 17:22:37 +0000
commit81d4c5d09b69ca75147e4c169963123849008591 (patch)
tree5ab5add92410c502af2467256c81c018a9348626 /pkgs/tools/system/ts
parente1f0221bc39c5396fac4d22a2e4d843b3f2e47df (diff)
downloadnixlib-81d4c5d09b69ca75147e4c169963123849008591.tar
nixlib-81d4c5d09b69ca75147e4c169963123849008591.tar.gz
nixlib-81d4c5d09b69ca75147e4c169963123849008591.tar.bz2
nixlib-81d4c5d09b69ca75147e4c169963123849008591.tar.lz
nixlib-81d4c5d09b69ca75147e4c169963123849008591.tar.xz
nixlib-81d4c5d09b69ca75147e4c169963123849008591.tar.zst
nixlib-81d4c5d09b69ca75147e4c169963123849008591.zip
Updating ts
svn path=/nixpkgs/trunk/; revision=20421
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 009d5213053e..80e99774c0ce 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.5";
+  name = "ts-0.6.6";
 
   installPhase=''make install "PREFIX=$out"'';
 
   src = fetchurl {
-    url = http://vicerveza.homeunix.net/~viric/soft/ts/ts-0.6.5.tar.gz;
-    sha256 = "1yqajk26lx817fbwpx3hfkvxzrxnr9v6l0smnm1sz7f5bdxar3f0";
+    url = http://vicerveza.homeunix.net/~viric/soft/ts/ts-0.6.6.tar.gz;
+    sha256 = "0mdg123ppq8ibf4315l4qi0w3n7wlj4x8dq5gx8f680v4bjvc30g";
   };
 
   meta = {