mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 09:14:28 +00:00
Merge pull request #299726 from r-ryantm/auto-update/wit-bindgen
wit-bindgen: 0.22.0 -> 0.23.0
This commit is contained in:
commit
30493d89b9
@ -5,16 +5,16 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "wit-bindgen";
|
pname = "wit-bindgen";
|
||||||
version = "0.22.0";
|
version = "0.23.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "bytecodealliance";
|
owner = "bytecodealliance";
|
||||||
repo = "wit-bindgen";
|
repo = "wit-bindgen";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-qPFw2ecnyZA3TV95AbJFWnWhV8zHQ/bq+MDRduVNl6s=";
|
hash = "sha256-xzLUBAtfCwBMpIqlUf8oSh3VqUy/SRgdEWsAw6CIbos=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-BN425+tKgIvx+RvIedRCPig3kpbHrxrFdQe99voNkVc=";
|
cargoHash = "sha256-gM32fmhMYaNu6rvvSTYTguDmLuY6oDUdVKclZlKttsQ=";
|
||||||
|
|
||||||
# Some tests fail because they need network access to install the `wasm32-unknown-unknown` target.
|
# Some tests fail because they need network access to install the `wasm32-unknown-unknown` target.
|
||||||
# However, GitHub Actions ensures a proper build.
|
# However, GitHub Actions ensures a proper build.
|
||||||
|
Loading…
Reference in New Issue
Block a user