3
0
Fork 0
forked from mirrors/nixpkgs

* Firefox 3.0.11.

svn path=/nixpkgs/trunk/; revision=16083
This commit is contained in:
Eelco Dolstra 2009-06-29 08:35:54 +00:00
parent d0c6b200e0
commit 8af7ad5798
2 changed files with 5 additions and 5 deletions

View file

@ -13,12 +13,12 @@
stdenv.mkDerivation rec {
name = "firefox-${version}";
version = "3.0.9";
version = "3.0.11";
src = fetchurl {
# Don't forget to update xulrunner.nix as well!
url = "http://releases.mozilla.org/pub/mozilla.org/firefox/releases/${version}/source/firefox-${version}-source.tar.bz2";
sha1 = "e2d80d6d445b62268fedc43f757918dd5c1ef83a";
sha1 = "ca792dcdb67af40c91a4fcece25d6adfb6fef2c3";
};
buildInputs = [

View file

@ -11,7 +11,7 @@
let
version = "1.9.0.9"; # this attribute is used by other packages
version = "1.9.0.11"; # this attribute is used by other packages
in
@ -19,8 +19,8 @@ stdenv.mkDerivation {
name = "xulrunner-${version}";
src = fetchurl {
url = http://releases.mozilla.org/pub/mozilla.org/firefox/releases/3.0.9/source/firefox-3.0.9-source.tar.bz2;
sha1 = "e2d80d6d445b62268fedc43f757918dd5c1ef83a";
url = http://releases.mozilla.org/pub/mozilla.org/firefox/releases/3.0.11/source/firefox-3.0.11-source.tar.bz2;
sha1 = "ca792dcdb67af40c91a4fcece25d6adfb6fef2c3";
};
buildInputs = [