firefox update to 21.0

This commit is contained in:
Lluís Batlle i Rossell 2013-05-29 21:42:32 +02:00
parent 8442c7d122
commit 971337a119
2 changed files with 5 additions and 5 deletions

View file

@ -15,9 +15,9 @@ assert stdenv.gcc ? libc && stdenv.gcc.libc != null;
rec {
firefoxVersion = "20.0";
firefoxVersion = "21.0";
xulVersion = "20.0"; # this attribute is used by other packages
xulVersion = "21.0"; # this attribute is used by other packages
src = fetchurl {
@ -27,7 +27,7 @@ rec {
# Fall back to this url for versions not available at releases.mozilla.org.
"ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${firefoxVersion}/source/firefox-${firefoxVersion}.source.tar.bz2"
];
sha1 = "6d776c29da0be0d2a50abeb504d63b06b7861218";
sha256 = "076rfh82m1b1hw10dzbgg13h63wmnispgyvag4nb20ylnlf0629r";
};
commonConfigureFlags =

View file

@ -7202,12 +7202,12 @@ let
firefox19Wrapper = lowPrio (wrapFirefox { browser = firefox19Pkgs.firefox; });
firefox20Pkgs = callPackage ../applications/networking/browsers/firefox/20.0.nix {
firefox21Pkgs = callPackage ../applications/networking/browsers/firefox/21.0.nix {
inherit (gnome) libIDL;
inherit (pythonPackages) pysqlite;
};
firefox20Wrapper = lowPrio (wrapFirefox { browser = firefox20Pkgs.firefox; });
firefox21Wrapper = lowPrio (wrapFirefox { browser = firefox21Pkgs.firefox; });
flac = callPackage ../applications/audio/flac { };