v8: Properly update to 4.1.0.15
This commit is contained in:
parent
346c8d7a98
commit
1570cb501c
@ -8,12 +8,12 @@ in
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "v8-${version}";
|
name = "v8-${version}";
|
||||||
version = "3.31.1";
|
version = "4.1.0.15";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://commondatastorage.googleapis.com/chromium-browser-official/"
|
url = "https://commondatastorage.googleapis.com/chromium-browser-official/"
|
||||||
+ "${name}.tar.bz2";
|
+ "${name}.tar.bz2";
|
||||||
sha256 = "07xfdf12s6whggm6gak23sn4kc5bvmrdiqz9cx4d9h21y255svmi";
|
sha256 = "0ac6kkcjfsbs19i3m1asjx1c040qknj4n31wrjb6nz7mjsdmwg72";
|
||||||
};
|
};
|
||||||
|
|
||||||
patchPhase = ''
|
patchPhase = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user