3
0
Fork 0
forked from mirrors/nixpkgs

Revert "binaryen: 112 -> 113" (part of PR #229718)

This reverts commit 8392a8baa9.
It's needed for emscripten revert; see the next commit.
This commit is contained in:
Vladimír Čunát 2023-06-05 13:32:20 +02:00
parent ca62b4b353
commit fe6850b67c
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "binaryen";
version = "113";
version = "112";
src = fetchFromGitHub {
owner = "WebAssembly";
repo = "binaryen";
rev = "version_${version}";
hash = "sha256-w93LIlLRn3PmVNytjFg6KI4CQ9zQUUM9kySiWAtPbOA=";
hash = "sha256-xVumVmiLMHJp3SItE8eL8OBPeq58HtOOiK9LL8SP4CQ=";
};
nativeBuildInputs = [ cmake python3 ];