mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 06:14:26 +03:00
* Firefox 1.5.0.4.
svn path=/nixpkgs/trunk/; revision=5374
This commit is contained in:
parent
51640ca1ab
commit
79fd001662
@ -10,12 +10,12 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "firefox-1.5.0.3";
|
name = "firefox-1.5.0.4";
|
||||||
|
|
||||||
builder = ./builder.sh;
|
builder = ./builder.sh;
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/1.5.0.3/source/firefox-1.5.0.3-source.tar.bz2;
|
url = http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/1.5.0.4/source/firefox-1.5.0.4-source.tar.bz2;
|
||||||
sha1 = "f3305ea944b0e77e0279234190331ffcb0ae7eea";
|
sha1 = "4cb3d7c1b5345585750766c589308b5e";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
Loading…
Reference in New Issue
Block a user