wit-bindgen: 0.45.1 -> 0.46.0

R. Ryantm e6c3eb81 ee164a70

+3 -3
+3 -3
pkgs/by-name/wi/wit-bindgen/package.nix
··· 6 7 rustPlatform.buildRustPackage rec { 8 pname = "wit-bindgen"; 9 - version = "0.45.1"; 10 11 src = fetchFromGitHub { 12 owner = "bytecodealliance"; 13 repo = "wit-bindgen"; 14 rev = "v${version}"; 15 - hash = "sha256-o5pWEh/AmYPsQjqn7amz3MYePdyi0JG1SYmOBQEmrsk="; 16 }; 17 18 - cargoHash = "sha256-05h0NmN4UUtEFblt6MoX/XVya/KjmI68999Z2HufyUA="; 19 20 # Some tests fail because they need network access to install the `wasm32-unknown-unknown` target. 21 # However, GitHub Actions ensures a proper build.
··· 6 7 rustPlatform.buildRustPackage rec { 8 pname = "wit-bindgen"; 9 + version = "0.46.0"; 10 11 src = fetchFromGitHub { 12 owner = "bytecodealliance"; 13 repo = "wit-bindgen"; 14 rev = "v${version}"; 15 + hash = "sha256-PBvFa5BrgtKC8f999JJsCdFz34w/xZD57qBFW510oeI="; 16 }; 17 18 + cargoHash = "sha256-5nz7+2pB5F63vvCecYpp3ExBDIqbRU3MwLNfmMdA2vE="; 19 20 # Some tests fail because they need network access to install the `wasm32-unknown-unknown` target. 21 # However, GitHub Actions ensures a proper build.