mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
Upgraded GWT to 1.5.3
svn path=/nixpkgs/trunk/; revision=17698
This commit is contained in:
parent
1608964306
commit
49124816cc
@ -1,12 +1,12 @@
|
||||
{stdenv, fetchurl, glib, gtk, pango, atk, libX11, libXt, libstdcpp5}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "gwt-linux-1.4.61";
|
||||
name = "gwt-linux-1.5.3";
|
||||
builder = ./builder.sh;
|
||||
|
||||
src = fetchurl {
|
||||
url = http://google-web-toolkit.googlecode.com/files/gwt-linux-1.4.61.tar.bz2;
|
||||
md5 = "5aa5d630716817f7cf22dc2a36c0fcbd";
|
||||
url = http://google-web-toolkit.googlecode.com/files/gwt-linux-1.5.3.tar.bz2;
|
||||
sha1 = "5d7d3295cef4d0eb06a991138e9f538409146027";
|
||||
};
|
||||
|
||||
inherit glib gtk pango atk libX11 libXt libstdcpp5;
|
||||
|
Loading…
Reference in New Issue
Block a user