Skip to content

Commit

Permalink
Merge pull request NixOS#263024 from r-ryantm/auto-update/wit-bindgen
Browse files Browse the repository at this point in the history
wit-bindgen: 0.9.0 -> 0.13.0
  • Loading branch information
wegank authored Oct 24, 2023
2 parents db784b3 + b9165f1 commit 2b8b855
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/misc/wit-bindgen/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@

rustPlatform.buildRustPackage rec {
pname = "wit-bindgen";
version = "0.9.0";
version = "0.13.0";

src = fetchFromGitHub {
owner = "bytecodealliance";
repo = "wit-bindgen";
rev = "wit-bindgen-cli-${version}";
hash = "sha256-ghWwFjpIOTM6//WQ8WySLzKzy2UlaahUjIxxwYUTQWo=";
hash = "sha256-IFMnuXHL8NVHxkV7oXM6WTE+LMZ2D4g1VdDv0J5V72A=";
};

cargoHash = "sha256-Ch/S0/ON2HVEGHJ7jDE9k5q9+/2ANtt8uGv3ze60I6M=";
cargoHash = "sha256-9aocnv4msQ2/aIvN1HymKSuBxrtwdR9i31e7thtMh/k=";

# Some tests fail because they need network access to install the `wasm32-unknown-unknown` target.
# However, GitHub Actions ensures a proper build.
Expand Down

0 comments on commit 2b8b855

Please sign in to comment.