Updating firefox to 10.0.1. I'll let hydra build it.

svn path=/nixpkgs/trunk/; revision=32266
This commit is contained in:
Lluís Batlle i Rossell 2012-02-13 21:04:39 +00:00
parent 19dde94ddc
commit af1b08ac32
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 = "10.0";
firefoxVersion = "10.0.1";
xulVersion = "10.0"; # this attribute is used by other packages
xulVersion = "10.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 = "cbf1fb0efe0a3a2b2dafaa324b136736e93de70c";
sha1 = "8613957db84e6722ccf1ebf74fab927139614bfc";
};
commonConfigureFlags =

View file

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