mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
update firefox to 3.6.6
svn path=/nixpkgs/trunk/; revision=22424
This commit is contained in:
parent
9ffa12eb19
commit
362d1ba38f
@ -12,14 +12,14 @@
|
||||
|
||||
rec {
|
||||
|
||||
firefoxVersion = "3.6.4";
|
||||
firefoxVersion = "3.6.6";
|
||||
|
||||
xulVersion = "1.9.2.4"; # this attribute is used by other packages
|
||||
xulVersion = "1.9.2.6"; # 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 = "c73e4cf4a8e55b5a192fe59d38bef1d06f43e842";
|
||||
sha256 = "1cq6mg4p8x6hxxya12wlh1c5m6prvb7wpgnnrm8lys20z5qp5f2r";
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user