mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
Updating ts
svn path=/nixpkgs/trunk/; revision=20421
This commit is contained in:
parent
e1f0221bc3
commit
81d4c5d09b
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
|
|
||||||
name = "ts-0.6.5";
|
name = "ts-0.6.6";
|
||||||
|
|
||||||
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.5.tar.gz;
|
url = http://vicerveza.homeunix.net/~viric/soft/ts/ts-0.6.6.tar.gz;
|
||||||
sha256 = "1yqajk26lx817fbwpx3hfkvxzrxnr9v6l0smnm1sz7f5bdxar3f0";
|
sha256 = "0mdg123ppq8ibf4315l4qi0w3n7wlj4x8dq5gx8f680v4bjvc30g";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
Reference in New Issue
Block a user