svn path=/nixpkgs/trunk/; revision=26142

This commit is contained in:
Eelco Dolstra 2011-03-03 12:07:51 +00:00
parent efb12635d3
commit 2f848503b9

View file

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