mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
v8: Update to 3.11.10.15
This commit is contained in:
parent
2302e45632
commit
a9cd20e601
@ -5,14 +5,14 @@ assert readline != null;
|
||||
let
|
||||
system = stdenv.system;
|
||||
arch = if system == "i686-linux" then "ia32" else if system == "x86_64-linux" || system == "x86_64-darwin" then "x64" else "";
|
||||
version = "3.6.6.25";
|
||||
version = "3.11.10.15";
|
||||
in
|
||||
assert arch != "";
|
||||
stdenv.mkDerivation rec {
|
||||
name = "v8-${version}";
|
||||
src = fetchsvn {
|
||||
url = "http://v8.googlecode.com/svn/tags/${version}";
|
||||
sha256 = "2a097cbea29a8488419840245bf7bf85513941ceb22c5ef0a3825bfe5edaa045";
|
||||
sha256 = "0pdw4r6crsb07gshww4kbfbavxgkal8yaxkaggnkz62lrwbcwrwi";
|
||||
};
|
||||
|
||||
buildInputs = [python scons readline makeWrapper];
|
||||
|
Loading…
Reference in New Issue
Block a user