binaryen: 114 -> 116

This commit is contained in:
Will Cohen 2023-10-10 12:39:31 -04:00
parent 97ec5b4c08
commit 8793a0b570

View file

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "binaryen";
version = "114";
version = "116";
src = fetchFromGitHub {
owner = "WebAssembly";
repo = "binaryen";
rev = "version_${version}";
hash = "sha256-bzHNIQy0AN8mIFGG+638p/MBSqlkWuaOzKGSsMDAPH4=";
hash = "sha256-gMwbWiP+YDCVafQMBWhTuJGWmkYtnhEdn/oofKaUT08=";
};
nativeBuildInputs = [ cmake python3 ];