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 {
|
stdenv.mkDerivation {
|
||||||
name = "firefox-1.5.0.5";
|
name = "firefox-1.5.0.6";
|
||||||
|
|
||||||
builder = ./builder.sh;
|
builder = ./builder.sh;
|
||||||
src = fetchurl {
|
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;
|
url = http://releases.mozilla.org/pub/mozilla.org/firefox/releases/1.5.0.6/source/firefox-1.5.0.6-source.tar.bz2;
|
||||||
sha1 = "e4a5d4fb1a2fd5ee8f65fff1e39f2871bc0113ef";
|
sha1 = "3a659d384744cab77f90920f6d529c89";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user