firefox: Update to 29.0
This commit is contained in:
parent
c8f82b4ee8
commit
1235f693ee
@ -17,14 +17,14 @@ assert stdenv.gcc ? libc && stdenv.gcc.libc != null;
|
|||||||
|
|
||||||
rec {
|
rec {
|
||||||
|
|
||||||
firefoxVersion = "28.0";
|
firefoxVersion = "29.0";
|
||||||
|
|
||||||
xulVersion = "28.0"; # this attribute is used by other packages
|
xulVersion = "29.0"; # this attribute is used by other packages
|
||||||
|
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${firefoxVersion}/source/firefox-${firefoxVersion}.source.tar.bz2";
|
url = "http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${firefoxVersion}/source/firefox-${firefoxVersion}.source.tar.bz2";
|
||||||
sha1 = "f78517836ceca0cd2a0d3db1f282985c616e3fae";
|
sha1 = "db8fa9a4863bd7427115adec01b7db0e494dffa6";
|
||||||
};
|
};
|
||||||
|
|
||||||
commonConfigureFlags =
|
commonConfigureFlags =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user