1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00

binaryen: 117 -> 118

This commit is contained in:
Will Cohen 2024-07-12 14:56:30 -04:00
parent 80223abbc8
commit 4c0bb97b29

View file

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "binaryen";
version = "117";
version = "118";
src = fetchFromGitHub {
owner = "WebAssembly";
repo = "binaryen";
rev = "version_${version}";
hash = "sha256-QYJkrvwcUWbFV5oQdP11JuVmfOTYaFWGQGksboQ1d58=";
hash = "sha256-akMW3S2/qUyLK8F77EtnaXPDXvIMpkGfNB2jOD6hQho=";
};
nativeBuildInputs = [ cmake python3 ];