about summary refs log tree commit diff
path: root/pkgs/tools/system/ts/default.nix
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2009-02-21 17:57:37 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2009-02-21 17:57:37 +0000
commit704e085bfc6902034c14a98b975b56df245697be (patch)
treeb41ff34374024a4d3597128af021baf879c584d7 /pkgs/tools/system/ts/default.nix
parentd622b7a1f83cdd049e13e5a68f02999b9e1dd88b (diff)
downloadnixlib-704e085bfc6902034c14a98b975b56df245697be.tar
nixlib-704e085bfc6902034c14a98b975b56df245697be.tar.gz
nixlib-704e085bfc6902034c14a98b975b56df245697be.tar.bz2
nixlib-704e085bfc6902034c14a98b975b56df245697be.tar.lz
nixlib-704e085bfc6902034c14a98b975b56df245697be.tar.xz
nixlib-704e085bfc6902034c14a98b975b56df245697be.tar.zst
nixlib-704e085bfc6902034c14a98b975b56df245697be.zip
Updating ts version.
svn path=/nixpkgs/trunk/; revision=14150
Diffstat (limited to 'pkgs/tools/system/ts/default.nix')
-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 c42d48181c7e..185c621f7dd5 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.3";
+  name = "ts-0.6.4";
 
   installPhase=''make install "PREFIX=$out"'';
 
   src = fetchurl {
-    url = http://vicerveza.homeunix.net/~viric/soft/ts/ts-0.6.3.tar.gz;
-    sha256 = "70d9dd20e8f7cb45336c9eee048d47ff3c6cd3fdd2b36c88035c460515e7004f";
+    url = http://vicerveza.homeunix.net/~viric/soft/ts/ts-0.6.4.tar.gz;
+    sha256 = "caf3e912c150dacc4a182e919ed3eabc1294c5e4e1de333e85d06eea2c0136e3";
   };
 
   meta = { homepage = "http://vicerveza.homeunix.net/~viric/soft/ts";