From 14433eb1e2bdcc45762460b7dcf56159ba6d686c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Fri, 2 Oct 2009 19:05:29 +0000 Subject: [PATCH] Updating ts to 0.6.5 svn path=/nixpkgs/trunk/; revision=17621 --- pkgs/tools/system/ts/default.nix | 6 +++--- 1 file 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 = {