firefox: Update to 15.0.1

Also untabified the expression.
This commit is contained in:
Eelco Dolstra 2012-09-11 13:44:49 -04:00
parent fcd30ecfc1
commit b1ce15f77b

View file

@ -15,14 +15,14 @@ assert stdenv.gcc ? libc && stdenv.gcc.libc != null;
rec {
firefoxVersion = "15.0";
firefoxVersion = "15.0.1";
xulVersion = "15.0"; # this attribute is used by other packages
xulVersion = "15.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";
sha256 = "12f7dgcksb9d79hj0a8lxn3s81id6l2gd1pb7ls4d60kmgbg05jl";
sha1 = "bdbc4b6656c59b926e18f99b3335484427d08641";
};
commonConfigureFlags =