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-10-02 19:05:29 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2009-10-02 19:05:29 +0000
commit14433eb1e2bdcc45762460b7dcf56159ba6d686c (patch)
tree766dc25983f03323e2c3231384b2492dbd25631c /pkgs/tools/system/ts
parentb9b57c6149f670bff8ebe6a4a0154965d9352f23 (diff)
downloadnixpkgs-14433eb1e2bdcc45762460b7dcf56159ba6d686c.tar
nixpkgs-14433eb1e2bdcc45762460b7dcf56159ba6d686c.tar.gz
nixpkgs-14433eb1e2bdcc45762460b7dcf56159ba6d686c.tar.bz2
nixpkgs-14433eb1e2bdcc45762460b7dcf56159ba6d686c.tar.lz
nixpkgs-14433eb1e2bdcc45762460b7dcf56159ba6d686c.tar.xz
nixpkgs-14433eb1e2bdcc45762460b7dcf56159ba6d686c.tar.zst
nixpkgs-14433eb1e2bdcc45762460b7dcf56159ba6d686c.zip
Updating ts to 0.6.5
svn path=/nixpkgs/trunk/; revision=17621
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 5e0a770e80d..009d5213053 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.4";
+  name = "ts-0.6.5";
 
   installPhase=''make install "PREFIX=$out"'';
 
   src = fetchurl {
-    url = http://vicerveza.homeunix.net/~viric/soft/ts/ts-0.6.4.tar.gz;
-    sha256 = "caf3e912c150dacc4a182e919ed3eabc1294c5e4e1de333e85d06eea2c0136e3";
+    url = http://vicerveza.homeunix.net/~viric/soft/ts/ts-0.6.5.tar.gz;
+    sha256 = "1yqajk26lx817fbwpx3hfkvxzrxnr9v6l0smnm1sz7f5bdxar3f0";
   };
 
   meta = {