* Firefox 3.6.11.

svn path=/nixpkgs/trunk/; revision=24399
This commit is contained in:
Eelco Dolstra 2010-10-21 11:29:35 +00:00
parent 3ac4025945
commit 92d36afe96

View File

@ -12,14 +12,14 @@
rec {
firefoxVersion = "3.6.10";
firefoxVersion = "3.6.11";
xulVersion = "1.9.2.10"; # this attribute is used by other packages
xulVersion = "1.9.2.11"; # 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 = "0fa17f4ebd4bafe18c789961bdfe064d1b521ac6";
sha1 = "d5443a07243a771fb4c69c08cd6a0f5320a888c4";
};