* Updated Firefox to 3.6.2. Hopefully it works now.

svn path=/nixpkgs/trunk/; revision=20777
This commit is contained in:
Eelco Dolstra 2010-03-23 10:27:47 +00:00
parent 9c9620b334
commit 4bd60ef8fc
1 changed files with 3 additions and 3 deletions

View File

@ -12,14 +12,14 @@
rec {
firefoxVersion = "3.6";
firefoxVersion = "3.6.2";
xulVersion = "1.9.2"; # this attribute is used by other packages
xulVersion = "1.9.2.2"; # 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 = "33226b45a0bcd795545a980cab475c5492f0ea69";
sha1 = "7befdbcc2bd658c136bdce1c1bd8b54201c1d1d1";
};