From 6d1f24764610dc4fc5ac72f8a4ec4d51a40641b9 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 10 Sep 2010 10:56:44 +0000 Subject: [PATCH] * Firefox 3.6.9. svn path=/nixpkgs/trunk/; revision=23711 --- pkgs/applications/networking/browsers/firefox/3.6.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"; };