Revert "firefox: bump to 30.0."

This reverts commit 69852b1c64. Firefox
30.0 breaks restoring sessions (#2950).
This commit is contained in:
Eelco Dolstra
2014-06-16 10:25:56 -04:00
parent acc00a7ee1
commit e66d3953ae

View File

@@ -17,14 +17,14 @@ assert stdenv.gcc ? libc && stdenv.gcc.libc != null;
rec {
firefoxVersion = "30.0";
firefoxVersion = "29.0.1";
xulVersion = "30.0"; # this attribute is used by other packages
xulVersion = "29.0.1"; # this attribute is used by other packages
src = fetchurl {
url = "http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${firefoxVersion}/source/firefox-${firefoxVersion}.source.tar.bz2";
sha1 = "bll9hxf31gvg9db6gxgmq25qsjif3p11";
sha1 = "2819ef63403de2bcfff5496bd21a3b8cb5dfce82";
};
commonConfigureFlags =