1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 13:41:26 +00:00

* Firefox 3.6.15.

svn path=/nixpkgs/trunk/; revision=26298
This commit is contained in:
Eelco Dolstra 2011-03-14 12:25:09 +00:00
parent 43bed60351
commit ea4eb6b5fa

View file

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