about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2020-06-14 18:50:14 -0700
committerGitHub <noreply@github.com>2020-06-14 18:50:14 -0700
commit9d0c3ffe6783d59b427d018e8341e0084737fde9 (patch)
treeaa0be38630101a74944f38338d7f2cb71a4435c7
parent8520ec69c602becde66de89c1e3725188049407a (diff)
parent95f56eddce338d3477ab059d55ea929d56a3c704 (diff)
downloadnixlib-9d0c3ffe6783d59b427d018e8341e0084737fde9.tar
nixlib-9d0c3ffe6783d59b427d018e8341e0084737fde9.tar.gz
nixlib-9d0c3ffe6783d59b427d018e8341e0084737fde9.tar.bz2
nixlib-9d0c3ffe6783d59b427d018e8341e0084737fde9.tar.lz
nixlib-9d0c3ffe6783d59b427d018e8341e0084737fde9.tar.xz
nixlib-9d0c3ffe6783d59b427d018e8341e0084737fde9.tar.zst
nixlib-9d0c3ffe6783d59b427d018e8341e0084737fde9.zip
Merge pull request #90304 from r-ryantm/auto-update/binaryen
binaryen: 93 -> 94
-rw-r--r--pkgs/development/compilers/binaryen/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/compilers/binaryen/default.nix b/pkgs/development/compilers/binaryen/default.nix
index 3a03f633ff0d..651c88704da3 100644
--- a/pkgs/development/compilers/binaryen/default.nix
+++ b/pkgs/development/compilers/binaryen/default.nix
@@ -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