binaryen: 112 -> 113

This commit is contained in:
Will Cohen
2023-06-18 19:35:46 -04:00
parent 251c55700d
commit 1850284e03
@@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "binaryen";
version = "112";
version = "113";
src = fetchFromGitHub {
owner = "WebAssembly";
repo = "binaryen";
rev = "version_${version}";
hash = "sha256-xVumVmiLMHJp3SItE8eL8OBPeq58HtOOiK9LL8SP4CQ=";
hash = "sha256-w93LIlLRn3PmVNytjFg6KI4CQ9zQUUM9kySiWAtPbOA=";
};
nativeBuildInputs = [ cmake python3 ];