Updating ts

svn path=/nixpkgs/trunk/; revision=30797
This commit is contained in:
Lluís Batlle i Rossell 2011-12-07 15:26:34 +00:00
parent 75b523bf60
commit b4c5f72d9e

View File

@ -2,7 +2,7 @@
stdenv.mkDerivation {
name = "ts-0.7.1";
name = "ts-0.7.2";
installPhase=''make install "PREFIX=$out"'';
@ -11,8 +11,8 @@ stdenv.mkDerivation {
};
src = fetchurl {
url = http://vicerveza.homeunix.net/~viric/soft/ts/ts-0.7.1.tar.gz;
sha256 = "0s1hrgw99jn6ar01lcvhdgqsw0jzfnbpdayp0pydr6ikx1zwz70v";
url = http://vicerveza.homeunix.net/~viric/soft/ts/ts-0.7.2.tar.gz;
sha256 = "08f9ipg98d6ygzb4fzdm1z157llzh4akipmq14ycfd7l023vidik";
};
meta = {