emscripten: 1.37.36 -> 1.38.28

This commit is contained in:
Tom Smeets
2019-02-25 13:13:55 +01:00
parent 63b7732ed6
commit 5ef3645a69
4 changed files with 12 additions and 12 deletions

View File

@@ -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 ];