Skip to content

Commit

Permalink
binaryen: 118 -> 119;
Browse files Browse the repository at this point in the history
  • Loading branch information
willcohen committed Nov 23, 2024
1 parent 5a2fb6a commit 47b8365
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkgs/development/compilers/binaryen/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@

stdenv.mkDerivation rec {
pname = "binaryen";
version = "118";
version = "119";

src = fetchFromGitHub {
owner = "WebAssembly";
repo = "binaryen";
rev = "version_${version}";
hash = "sha256-akMW3S2/qUyLK8F77EtnaXPDXvIMpkGfNB2jOD6hQho=";
hash = "sha256-JYXtN3CW4qm/nnjGRvv3GxQ0x9O9wHtNYQLqHIYTTOA=";
fetchSubmodules = true;
};

nativeBuildInputs = [ cmake python3 ];
Expand Down

0 comments on commit 47b8365

Please sign in to comment.