Skip to content

Commit

Permalink
emscripten: 3.1.15 -> 3.1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
willcohen committed Jul 26, 2022
1 parent 2543ab9 commit 3a46b46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/compilers/emscripten/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

stdenv.mkDerivation rec {
pname = "emscripten";
version = "3.1.15";
version = "3.1.17";

llvmEnv = symlinkJoin {
name = "emscripten-llvm-${version}";
Expand All @@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub {
owner = "emscripten-core";
repo = "emscripten";
sha256 = "sha256-aRevSQZsJepRcoeRf5U504FV707ZarpiG8qbD/v3OPg=";
sha256 = "sha256-xOt9Znn5kCcieRHnXk794rMpgTzoR8pIKBXv/GeKcuw=";
rev = version;
};

Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/compilers/emscripten/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "emscripten",
"version": "3.1.15",
"version": "3.1.17",
"private": true,
"devDependencies": {
"es-check": "^6.2.1",
Expand Down

0 comments on commit 3a46b46

Please sign in to comment.