mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
* Firefox 1.5.0.2.
svn path=/nixpkgs/trunk/; revision=5161
This commit is contained in:
parent
00bdbb7fff
commit
b3b9118eab
1 changed files with 3 additions and 3 deletions
|
@ -10,12 +10,12 @@
|
|||
}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "firefox-1.5.0.1";
|
||||
name = "firefox-1.5.0.2";
|
||||
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
url = http://releases.mozilla.org/pub/mozilla.org/firefox/releases/1.5.0.1/source/firefox-1.5.0.1-source.tar.bz2;
|
||||
md5 = "c76f02956645bc823241379e27f76bb5";
|
||||
url = http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/1.5.0.2/source/firefox-1.5.0.2-source.tar.bz2;
|
||||
md5 = "6bd65d899e9bcb16c28225899cc61a1e";
|
||||
};
|
||||
|
||||
buildInputs = [
|
||||
|
|
Loading…
Reference in a new issue