* Firefox 3.6.13.

svn path=/nixpkgs/trunk/; revision=25170
This commit is contained in:
Eelco Dolstra 2010-12-17 11:44:18 +00:00
parent b1b17da07c
commit 24dd283b0a

View file

@ -12,14 +12,14 @@
rec {
firefoxVersion = "3.6.12";
firefoxVersion = "3.6.13";
xulVersion = "1.9.2.12"; # this attribute is used by other packages
xulVersion = "1.9.2.13"; # 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 = "1cc3885687dd5ad21167d9d45f76eb1458f46bdd";
sha1 = "1d1bc70d651bce4006687f5762638563c0494267";
};