v8: upgrade to 3.11.10.22

This commit is contained in:
Mathijs Kwik 2012-09-13 12:32:19 +02:00
parent ba83178aed
commit 12e71e4c22

View file

@ -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 = ''