File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
pkgs/development/compilers/emscripten Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 88
99stdenv . mkDerivation rec {
1010 pname = "emscripten" ;
11- version = "3.1.64 " ;
11+ version = "3.1.73 " ;
1212
1313 llvmEnv = symlinkJoin {
1414 name = "emscripten-llvm-${ version } " ;
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
1919 name = "emscripten-node-modules-${ version } " ;
2020 inherit pname version src ;
2121
22- npmDepsHash = "sha256-2dsIuB6P+Z3wflIsn6QaZvjHeHHGzsFAI3GcP3SfiP4 =" ;
22+ npmDepsHash = "sha256-bqxUlxpIH1IAx9RbnaMq4dZW8fy+M/Q02Q7VrW/AKNQ =" ;
2323
2424 dontBuild = true ;
2525
@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
3232 src = fetchFromGitHub {
3333 owner = "emscripten-core" ;
3434 repo = "emscripten" ;
35- hash = "sha256-AbO1b4pxZ7I6n1dRzxhLC7DnXIUnaCK9SbLy96Qxqr0 =" ;
35+ hash = "sha256-QlC2k2rhF3/Pz+knnrlBDV8AfHHBSlGr7b9Ae6TNsxY =" ;
3636 rev = version ;
3737 } ;
3838
@@ -51,6 +51,9 @@ stdenv.mkDerivation rec {
5151
5252 patchShebangs .
5353
54+ # emscripten 3.1.67 requires LLVM tip-of-tree instead of LLVM 18
55+ sed -i -e "s/EXPECTED_LLVM_VERSION = 20/EXPECTED_LLVM_VERSION = 19/g" tools/shared.py
56+
5457 # fixes cmake support
5558 sed -i -e "s/print \('emcc (Emscript.*\)/sys.stderr.write(\1); sys.stderr.flush()/g" emcc.py
5659
You can’t perform that action at this time.
0 commit comments