v8: upgrade to 3.11.10.22
This commit is contained in:
parent
ba83178aed
commit
12e71e4c22
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ 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.11.10.15";
|
||||
version = "3.11.10.22";
|
||||
in
|
||||
|
||||
assert arch != "";
|
||||
|
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
|||
name = "v8-${version}";
|
||||
src = fetchsvn {
|
||||
url = "http://v8.googlecode.com/svn/tags/${version}";
|
||||
sha256 = "0pdw4r6crsb07gshww4kbfbavxgkal8yaxkaggnkz62lrwbcwrwi";
|
||||
sha256 = "1bm3hg4pa17xvs8s895bwklxpaihl3f3vzghdg55s1wd0y4dj96j";
|
||||
};
|
||||
|
||||
configurePhase = ''
|
||||
|
|
Loading…
Reference in a new issue