Updating ts version.
svn path=/nixpkgs/trunk/; revision=14150
This commit is contained in:
parent
d622b7a1f8
commit
704e085bfc
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
|
|
||||||
name = "ts-0.6.3";
|
name = "ts-0.6.4";
|
||||||
|
|
||||||
installPhase=''make install "PREFIX=$out"'';
|
installPhase=''make install "PREFIX=$out"'';
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://vicerveza.homeunix.net/~viric/soft/ts/ts-0.6.3.tar.gz;
|
url = http://vicerveza.homeunix.net/~viric/soft/ts/ts-0.6.4.tar.gz;
|
||||||
sha256 = "70d9dd20e8f7cb45336c9eee048d47ff3c6cd3fdd2b36c88035c460515e7004f";
|
sha256 = "caf3e912c150dacc4a182e919ed3eabc1294c5e4e1de333e85d06eea2c0136e3";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = { homepage = "http://vicerveza.homeunix.net/~viric/soft/ts";
|
meta = { homepage = "http://vicerveza.homeunix.net/~viric/soft/ts";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user