* Firefox 2.0.0.11.

svn path=/nixpkgs/trunk/; revision=9971
This commit is contained in:
Eelco Dolstra 2007-12-30 21:47:12 +00:00
parent a7fada5648
commit 78e7401dd1

View File

@ -10,12 +10,12 @@
}: }:
stdenv.mkDerivation { stdenv.mkDerivation {
name = "firefox-2.0.0.9"; name = "firefox-2.0.0.11";
builder = ./builder.sh; builder = ./builder.sh;
src = fetchurl { src = fetchurl {
url = http://releases.mozilla.org/pub/mozilla.org/firefox/releases/2.0.0.9/source/firefox-2.0.0.9-source.tar.bz2; url = http://releases.mozilla.org/pub/mozilla.org/firefox/releases/2.0.0.11/source/firefox-2.0.0.11-source.tar.bz2;
sha1 = "3b39d4128534d18f7e2c4d76a14561c18556eff0"; sha1 = "6d070bf04f1a037b621237d02ef9be7802a51bf1";
}; };
buildInputs = [ buildInputs = [
@ -49,6 +49,7 @@ stdenv.mkDerivation {
meta = { meta = {
description = "Mozilla Firefox - the browser, reloaded"; description = "Mozilla Firefox - the browser, reloaded";
homepage = http://www.mozilla.com/en-US/firefox/;
}; };
passthru = {inherit gtk;}; passthru = {inherit gtk;};