Updating firefox. For xulrunner, I moved the version number up too; I don't know what did I have to do with it.

svn path=/nixpkgs/trunk/; revision=20948
This commit is contained in:
Lluís Batlle i Rossell 2010-04-05 16:04:50 +00:00
parent 8807722e17
commit 882e258fbc

View file

@ -12,14 +12,14 @@
rec {
firefoxVersion = "3.6.2";
firefoxVersion = "3.6.3";
xulVersion = "1.9.2.2"; # this attribute is used by other packages
xulVersion = "1.9.2.3"; # 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 = "7befdbcc2bd658c136bdce1c1bd8b54201c1d1d1";
sha256 = "1l5290l1jrglvih0957iv8xn5sxmqklx67kqqnv059dsg5fv781m";
};