v8: upgraded to latest stable (3.6.6.25)
svn path=/nixpkgs/trunk/; revision=34265
This commit is contained in:
parent
dace27b4c4
commit
4129e8e78c
@ -5,14 +5,14 @@ assert readline != null;
|
|||||||
let
|
let
|
||||||
system = stdenv.system;
|
system = stdenv.system;
|
||||||
arch = if system == "i686-linux" then "ia32" else if system == "x86_64-linux" || system == "x86_64-darwin" then "x64" else "";
|
arch = if system == "i686-linux" then "ia32" else if system == "x86_64-linux" || system == "x86_64-darwin" then "x64" else "";
|
||||||
version = "3.6.6.24";
|
version = "3.6.6.25";
|
||||||
in
|
in
|
||||||
assert arch != "";
|
assert arch != "";
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "v8-${version}";
|
name = "v8-${version}";
|
||||||
src = fetchsvn {
|
src = fetchsvn {
|
||||||
url = "http://v8.googlecode.com/svn/tags/${version}";
|
url = "http://v8.googlecode.com/svn/tags/${version}";
|
||||||
sha256 = "405c905f6240b37b0da14769781e7ec6444fe9153a02ddacd5d774713fe1eb41";
|
sha256 = "2a097cbea29a8488419840245bf7bf85513941ceb22c5ef0a3825bfe5edaa045";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [python scons readline makeWrapper];
|
buildInputs = [python scons readline makeWrapper];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user