lol

binaryen: add patch from upstream for newer nodejs

+5
+5
pkgs/development/compilers/binaryen/default.nix
··· 19 19 url = "https://github.com/WebAssembly/binaryen/commit/93b8849d9f98ef7ed812938ff0b3219819c2be77.patch"; 20 20 sha256 = "sha256-Duan/B9A+occ5Lj2SbRX793xIfhzHbdYPI5PyTNCZoU="; 21 21 }) 22 + # https://github.com/WebAssembly/binaryen/pull/4913 23 + (fetchpatch { 24 + url = "https://github.com/WebAssembly/binaryen/commit/b70fe755aa4c90727edfd91dc0a9a51febf0239d.patch"; 25 + sha256 = "sha256-kjPLbdiMVQepSJ7J1gK6dRSMI/2SsH39k7W5AMOIrkM="; 26 + }) 22 27 ]; 23 28 24 29 nativeBuildInputs = [ cmake python3 ];