firefox: Update to 25.0
This commit is contained in:
parent
972d9974c6
commit
8150f1a362
|
@ -18,9 +18,9 @@ assert stdenv.gcc ? libc && stdenv.gcc.libc != null;
|
||||||
let optional = stdenv.lib.optional;
|
let optional = stdenv.lib.optional;
|
||||||
in rec {
|
in rec {
|
||||||
|
|
||||||
firefoxVersion = "24.0";
|
firefoxVersion = "25.0";
|
||||||
|
|
||||||
xulVersion = "24.0"; # this attribute is used by other packages
|
xulVersion = "25.0"; # this attribute is used by other packages
|
||||||
|
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
|
@ -28,9 +28,9 @@ in rec {
|
||||||
# It is better to use this url for official releases, to take load off Mozilla's ftp server.
|
# It is better to use this url for official releases, to take load off Mozilla's ftp server.
|
||||||
"http://releases.mozilla.org/pub/mozilla.org/firefox/releases/${firefoxVersion}/source/firefox-${firefoxVersion}.source.tar.bz2"
|
"http://releases.mozilla.org/pub/mozilla.org/firefox/releases/${firefoxVersion}/source/firefox-${firefoxVersion}.source.tar.bz2"
|
||||||
# Fall back to this url for versions not available at releases.mozilla.org.
|
# 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"
|
"http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${firefoxVersion}/source/firefox-${firefoxVersion}.source.tar.bz2"
|
||||||
];
|
];
|
||||||
sha1 = "8scch0gr59j86vp9c1v0yx6mq1pkwcvg";
|
sha1 = "854722e283659d2b6b2eacd38f757b3c5b63a448";
|
||||||
};
|
};
|
||||||
|
|
||||||
commonConfigureFlags =
|
commonConfigureFlags =
|
||||||
|
|
Loading…
Reference in New Issue