Merge pull request #293474 from r-ryantm/auto-update/wit-bindgen

wit-bindgen: 0.20.0 -> 0.21.0

authored by Mario Rodas and committed by GitHub fa996c65 fef2e7eb

+3 -3
+3 -3
pkgs/by-name/wi/wit-bindgen/package.nix
··· 5 6 rustPlatform.buildRustPackage rec { 7 pname = "wit-bindgen"; 8 - version = "0.20.0"; 9 10 src = fetchFromGitHub { 11 owner = "bytecodealliance"; 12 repo = "wit-bindgen"; 13 rev = "v${version}"; 14 - hash = "sha256-8z6WgKahb01A9RAJsmavgGAeXkh6Hcr6qnzLhcfuHbw="; 15 }; 16 17 - cargoHash = "sha256-v14p4b2nUFtXs15b3zmYKAG1am+KDRfw2MfrjNQFjvw="; 18 19 # Some tests fail because they need network access to install the `wasm32-unknown-unknown` target. 20 # However, GitHub Actions ensures a proper build.
··· 5 6 rustPlatform.buildRustPackage rec { 7 pname = "wit-bindgen"; 8 + version = "0.21.0"; 9 10 src = fetchFromGitHub { 11 owner = "bytecodealliance"; 12 repo = "wit-bindgen"; 13 rev = "v${version}"; 14 + hash = "sha256-rSPxvEZf4bnQfLNCmyZV7oOuhG/hRAcDs1zPmfovJ8o="; 15 }; 16 17 + cargoHash = "sha256-oHSsbGLz8OcAfLeNA1yqVVRHa0ZkE8UoJn795t8xxGs="; 18 19 # Some tests fail because they need network access to install the `wasm32-unknown-unknown` target. 20 # However, GitHub Actions ensures a proper build.