Skip to content

Commit 9d0c3ff

Browse files
authored
Merge pull request #90304 from r-ryantm/auto-update/binaryen
binaryen: 93 -> 94
2 parents 8520ec6 + 95f56ed commit 9d0c3ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/compilers/binaryen/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{ stdenv, cmake, python3, fetchFromGitHub, emscriptenRev ? null, substituteAll }:
22

33
let
4-
defaultVersion = "93";
4+
defaultVersion = "94";
55

66
# Map from git revs to SHA256 hashes
77
sha256s = {
8-
version_93 = "15y3703ha6mxcq168br0wlydas5rq66msrcsd650zrjz0ndxwsfx";
8+
version_94 = "1wk20fhyppb2ljni7ifqnsx9kl1kcl6c0svc0qljf0bs6rvr9qdm";
99
"1.39.1" = "0ygm9m5322h4vfpf3j63q32qxk2l26yk62hh7dkb49j51zwl1y3y";
1010
};
1111
in

0 commit comments

Comments
 (0)