xterm: using versioned tarball, upgrade go 231
svn path=/nixpkgs/branches/stdenv-updates/; revision=10151
This commit is contained in:
parent
c6da1d6a8f
commit
06f98b22b4
@ -1,10 +1,10 @@
|
|||||||
{stdenv, fetchurl, libXaw, xproto, libXt, libX11, libSM, libICE, ncurses}:
|
{stdenv, fetchurl, libXaw, xproto, libXt, libX11, libSM, libICE, ncurses}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation rec {
|
||||||
name = "xterm-208";
|
name = "xterm-231";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = ftp://invisible-island.net/xterm/xterm.tar.gz;
|
url = "ftp://invisible-island.net/xterm/${name}.tgz";
|
||||||
md5 = "f7b04a66dc401dc22f5ddb7f345be229"; /* was a062d0b398918015d07c31ecdcc5111a */
|
sha256 = "0qlz5nkdqkahdg9kbd1ni96n69srj1pd9yggwrw3z0kghaajb2sr";
|
||||||
};
|
};
|
||||||
buildInputs = [libXaw xproto libXt libX11 libSM libICE ncurses];
|
buildInputs = [libXaw xproto libXt libX11 libSM libICE ncurses];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user