* Firefox 2.0.0.2.
svn path=/nixpkgs/trunk/; revision=8139
This commit is contained in:
parent
c467d6e5e6
commit
e710cf33b4
|
@ -10,12 +10,12 @@
|
|||
}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "firefox-2.0.0.1";
|
||||
name = "firefox-2.0.0.2";
|
||||
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
url = http://releases.mozilla.org/pub/mozilla.org/firefox/releases/2.0.0.1/source/firefox-2.0.0.1-source.tar.bz2;
|
||||
sha1 = "52728b8f1fba8ab7d51962f6d021b31f02585e3f";
|
||||
url = http://releases.mozilla.org/pub/mozilla.org/firefox/releases/2.0.0.2/source/firefox-2.0.0.2-source.tar.bz2;
|
||||
sha1 = "bfe17b8b9eacd4f5329f252f1d136c7c932c70d8";
|
||||
};
|
||||
|
||||
buildInputs = [
|
||||
|
|
Loading…
Reference in New Issue