Revert "v8: 3.26.31.15 -> 3.31.1"

This reverts commit 098ed10f39.
This commit is contained in:
Luca Bruno 2015-02-20 14:02:10 +01:00
parent fb4fc507ef
commit 332c32b772

View File

@ -8,12 +8,12 @@ in
stdenv.mkDerivation rec {
name = "v8-${version}";
version = "3.31.1";
version = "3.26.31.15";
src = fetchurl {
url = "https://commondatastorage.googleapis.com/chromium-browser-official/"
+ "${name}.tar.bz2";
sha256 = "07xfdf12s6whggm6gak23sn4kc5bvmrdiqz9cx4d9h21y255svmi";
sha256 = "067pk6hr7wjx7yxhla5la0rnv51kf7837kfydzydjwapsbcx6m8l";
};
patchPhase = ''