3
0
Fork 0
forked from mirrors/nixpkgs

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

binaryen: 93 -> 94
This commit is contained in:
Ryan Mulligan 2020-06-14 18:50:14 -07:00 committed by GitHub
commit 9d0c3ffe67
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 = "93";
defaultVersion = "94";
# Map from git revs to SHA256 hashes
sha256s = {
version_93 = "15y3703ha6mxcq168br0wlydas5rq66msrcsd650zrjz0ndxwsfx";
version_94 = "1wk20fhyppb2ljni7ifqnsx9kl1kcl6c0svc0qljf0bs6rvr9qdm";
"1.39.1" = "0ygm9m5322h4vfpf3j63q32qxk2l26yk62hh7dkb49j51zwl1y3y";
};
in