* Firefox updated to 9.0.1.

svn path=/nixpkgs/trunk/; revision=31236
This commit is contained in:
Eelco Dolstra 2012-01-03 15:18:03 +00:00
parent 22e91e721e
commit ab13fb0c34
2 changed files with 4 additions and 4 deletions

View File

@ -15,14 +15,14 @@ assert stdenv.gcc ? libc && stdenv.gcc.libc != null;
rec {
firefoxVersion = "9.0";
firefoxVersion = "9.0.1";
xulVersion = "9.0"; # this attribute is used by other packages
xulVersion = "9.0.1"; # this attribute is used by other packages
src = fetchurl {
url = "http://releases.mozilla.org/pub/mozilla.org/firefox/releases/${firefoxVersion}/source/firefox-${firefoxVersion}.source.tar.bz2";
sha1 = "f79324ec6205e4c23d51d8ab2e790de1b2541657";
sha1 = "e0748d86753eead5c0929d74158c601bf33b5db0";
};
commonConfigureFlags =

View File

@ -6676,7 +6676,7 @@ let
firefoxWrapper = wrapFirefox { browser = pkgs.firefox; };
firefoxPkgs = pkgs.firefox80Pkgs;
firefoxPkgs = pkgs.firefox90Pkgs;
firefox36Pkgs = callPackage ../applications/networking/browsers/firefox/3.6.nix {
inherit (gtkLibs) gtk pango;