Skip to content

Commit

Permalink
Merge pull request NixOS#327835 from r-ryantm/auto-update/wit-bindgen
Browse files Browse the repository at this point in the history
wit-bindgen: 0.27.0 -> 0.28.0
  • Loading branch information
nixpkgs-merge-bot[bot] committed Jul 17, 2024
2 parents ac1dd2c + 343aa55 commit 6d2e204
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/wi/wit-bindgen/package.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.27.0";
version = "0.28.0";

src = fetchFromGitHub {
owner = "bytecodealliance";
repo = "wit-bindgen";
rev = "v${version}";
hash = "sha256-df2MBn5Ob9lQleiaKJnxFotI0AmdGJs/ifS9WCObXUo=";
hash = "sha256-WE+a0y97aPWEUHZT/LRjZ/WRZP7QxF4DXVjJVRjuJFU=";
};

cargoHash = "sha256-y1jyDRPoaeoZYPTqonYwMOtOkQ/S54mbbTU2jBX6Teg=";
cargoHash = "sha256-Z6dBlYT4aYh92LZGH/+NAkkf80KZtId1emVaeOfpEjM=";

# 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 6d2e204

Please sign in to comment.