diff --git a/pkgs/applications/networking/browsers/firefox/3.6.nix b/pkgs/applications/networking/browsers/firefox/3.6.nix index 324fcda25ad..2f17e0dcf7b 100644 --- a/pkgs/applications/networking/browsers/firefox/3.6.nix +++ b/pkgs/applications/networking/browsers/firefox/3.6.nix @@ -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"; };