1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

* Firefox 2.0.0.12.

svn path=/nixpkgs/trunk/; revision=10557
This commit is contained in:
Eelco Dolstra 2008-02-08 16:59:53 +00:00
parent 3e158a1c19
commit b9681bf5aa

View file

@ -10,12 +10,12 @@
}:
stdenv.mkDerivation {
name = "firefox-2.0.0.11";
name = "firefox-2.0.0.12";
builder = ./builder.sh;
src = fetchurl {
url = http://releases.mozilla.org/pub/mozilla.org/firefox/releases/2.0.0.11/source/firefox-2.0.0.11-source.tar.bz2;
sha1 = "6d070bf04f1a037b621237d02ef9be7802a51bf1";
url = http://releases.mozilla.org/pub/mozilla.org/firefox/releases/2.0.0.12/source/firefox-2.0.0.12-source.tar.bz2;
sha1 = "766f3e945145d9e4d36d5eb3e551b5eb44a1d862";
};
buildInputs = [