mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 04:31:52 +00:00
firefox 1.5.0.6
svn path=/nixpkgs/trunk/; revision=6037
This commit is contained in:
parent
a31de1c856
commit
c48c2aa23b
|
@ -10,12 +10,12 @@
|
|||
}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "firefox-1.5.0.5";
|
||||
name = "firefox-1.5.0.6";
|
||||
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
url = http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/1.5.0.5/source/firefox-1.5.0.5-source.tar.bz2;
|
||||
sha1 = "e4a5d4fb1a2fd5ee8f65fff1e39f2871bc0113ef";
|
||||
url = http://releases.mozilla.org/pub/mozilla.org/firefox/releases/1.5.0.6/source/firefox-1.5.0.6-source.tar.bz2;
|
||||
sha1 = "3a659d384744cab77f90920f6d529c89";
|
||||
};
|
||||
|
||||
buildInputs = [
|
||||
|
|
Loading…
Reference in a new issue