summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2009-10-30 12:45:28 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2009-10-30 12:45:28 +0000
commit65c0916cb707ec12674884207f31d8dd792b2158 (patch)
tree9209466811a0b51344da092d8b62b4fee0980fdb /pkgs/applications/networking
parentf01feca4ef920386586709fea1cd02d1e51c063f (diff)
* Updated Firefox 3.0.x to 3.0.15 (because the old tarball disappeared).
svn path=/nixpkgs/branches/xorg-7.5/; revision=18054
Diffstat (limited to 'pkgs/applications/networking')
-rw-r--r--pkgs/applications/networking/browsers/firefox/3.0.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/browsers/firefox/3.0.nix b/pkgs/applications/networking/browsers/firefox/3.0.nix
index bc5c987cd191..4996698e7cd8 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.11";
+ firefoxVersion = "3.0.15";
- xulVersion = "1.9.0.11"; # this attribute is used by other packages
+ xulVersion = "1.9.0.15"; # 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 = "ca792dcdb67af40c91a4fcece25d6adfb6fef2c3";
+ sha1 = "06d488f0aee8f9e60dc6526c1d292f3708da301f";
};