emscripten: 1.37.36 -> 1.38.28
This commit is contained in:
@@ -12,9 +12,9 @@ stdenv.mkDerivation {
|
||||
name = "emscripten-${rev}";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "kripken";
|
||||
owner = "emscripten-core";
|
||||
repo = "emscripten";
|
||||
sha256 = "02p0cp86vd1mydlpq544xbydggpnrq9dhbxx7h08j235frjm5cdc";
|
||||
sha256 = "1j3f0hpy05qskaiyv75l7wv4n0nzxhrh9b296zchx3f6f9h2rghq";
|
||||
inherit rev;
|
||||
};
|
||||
|
||||
@@ -61,7 +61,7 @@ stdenv.mkDerivation {
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://github.com/kripken/emscripten;
|
||||
homepage = https://github.com/emscripten-core/emscripten;
|
||||
description = "An LLVM-to-JavaScript Compiler";
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ qknight matthewbauer ];
|
||||
|
||||
Reference in New Issue
Block a user