forked from mirrors/nixpkgs
XulRunner needs the same version bump as FF
svn path=/nixpkgs/trunk/; revision=15960
This commit is contained in:
parent
17242ae92f
commit
861c12a13c
1 changed files with 3 additions and 3 deletions
|
@ -11,8 +11,8 @@
|
||||||
|
|
||||||
let
|
let
|
||||||
|
|
||||||
version = "1.9.1b4"; # this attribute is used by other packages
|
version = "1.9.1b99"; # this attribute is used by other packages
|
||||||
ffversion = "3.5b4";
|
ffversion = "3.5b99";
|
||||||
|
|
||||||
in
|
in
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@ stdenv.mkDerivation {
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "ftp://ftp.mozilla.org/pub/firefox/releases/${ffversion}/source/firefox-${ffversion}-source.tar.bz2";
|
url = "ftp://ftp.mozilla.org/pub/firefox/releases/${ffversion}/source/firefox-${ffversion}-source.tar.bz2";
|
||||||
sha256 = "0pfrcqbsa88p6nfqx7xhlr603ycwf5lnfmwcdd5abl7xipxg4lxn";
|
sha256 = "05vyksprh00asvir3wskjzgxmyvhr89fdh0dwi8s0vknbcbx6hvr";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
|
Loading…
Add table
Reference in a new issue