Merge pull request #86516 from r-ryantm/auto-update/binaryen

binaryen: 91 -> 93
This commit is contained in:
Ryan Mulligan 2020-05-03 10:35:48 -07:00 committed by GitHub
commit 25f9a1b1ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,11 +1,11 @@
{ stdenv, cmake, python3, fetchFromGitHub, emscriptenRev ? null, substituteAll }:
let
defaultVersion = "91";
defaultVersion = "93";
# Map from git revs to SHA256 hashes
sha256s = {
version_91 = "1qsjqnzc5w9ny9v01bxkdvhh4kgbsia01x5vvac72m075v4mpgs4";
version_93 = "15y3703ha6mxcq168br0wlydas5rq66msrcsd650zrjz0ndxwsfx";
"1.39.1" = "0ygm9m5322h4vfpf3j63q32qxk2l26yk62hh7dkb49j51zwl1y3y";
};
in