* Firefox 3.6.9.

svn path=/nixpkgs/trunk/; revision=23711
This commit is contained in:
Eelco Dolstra 2010-09-10 10:56:44 +00:00
parent cea083bec9
commit 6d1f247646

View file

@ -12,14 +12,14 @@
rec {
firefoxVersion = "3.6.8";
firefoxVersion = "3.6.9";
xulVersion = "1.9.2.8"; # this attribute is used by other packages
xulVersion = "1.9.2.9"; # 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 = "4936e543f6c7492c5954cbd5b30ddda6b20e3797";
sha1 = "2429154c8d50bb5eeef80233b56fb26dcf727ea3";
};