* Firefox 3.5.6.

svn path=/nixpkgs/trunk/; revision=19075
This commit is contained in:
Eelco Dolstra 2009-12-22 09:07:19 +00:00
parent 4fc8cd8d35
commit 6eb6fec8a1

View File

@ -12,14 +12,14 @@
rec {
firefoxVersion = "3.5.5";
firefoxVersion = "3.5.6";
xulVersion = "1.9.1.5"; # this attribute is used by other packages
xulVersion = "1.9.1.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 = "a2146fb6dc8e879a78fa13849f187c14d41442ca";
sha1 = "fc1de4ddb9c20c7ba9e297737f926e9d8e32eed4";
};