update firefox to 3.6.6

svn path=/nixpkgs/trunk/; revision=22424
This commit is contained in:
David Guibert 2010-06-27 19:55:21 +00:00
parent 9ffa12eb19
commit 362d1ba38f

View File

@ -12,14 +12,14 @@
rec {
firefoxVersion = "3.6.4";
firefoxVersion = "3.6.6";
xulVersion = "1.9.2.4"; # this attribute is used by other packages
xulVersion = "1.9.2.6"; # 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";
sha1 = "c73e4cf4a8e55b5a192fe59d38bef1d06f43e842";
sha256 = "1cq6mg4p8x6hxxya12wlh1c5m6prvb7wpgnnrm8lys20z5qp5f2r";
};