From de360dbe768b456c16e707e0bcacc378806a2064 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 13 Jan 2010 13:21:06 +0000 Subject: * Firefox 3.0.17. svn path=/nixpkgs/trunk/; revision=19392 --- pkgs/applications/networking/browsers/firefox/3.0.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pkgs/applications/networking') diff --git a/pkgs/applications/networking/browsers/firefox/3.0.nix b/pkgs/applications/networking/browsers/firefox/3.0.nix index 4996698e7cd8..e6da5e6f44d0 100644 --- a/pkgs/applications/networking/browsers/firefox/3.0.nix +++ b/pkgs/applications/networking/browsers/firefox/3.0.nix @@ -11,14 +11,14 @@ rec { - firefoxVersion = "3.0.15"; + firefoxVersion = "3.0.17"; - xulVersion = "1.9.0.15"; # this attribute is used by other packages + xulVersion = "1.9.0.17"; # 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 = "06d488f0aee8f9e60dc6526c1d292f3708da301f"; + sha1 = "e4bb7daae1699f3493936ca6739512d28c7f150f"; }; -- cgit 1.4.1