We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a836379 + 582c0f9 commit bf9ef5aCopy full SHA for bf9ef5a
pkgs/by-name/wi/wit-bindgen/package.nix
@@ -6,16 +6,16 @@
6
7
rustPlatform.buildRustPackage rec {
8
pname = "wit-bindgen";
9
- version = "0.44.0";
+ version = "0.45.0";
10
11
src = fetchFromGitHub {
12
owner = "bytecodealliance";
13
repo = "wit-bindgen";
14
rev = "v${version}";
15
- hash = "sha256-iUr0H5m9aGyJ13JqOQjSFHTWzs5pIwmttAa3oWiM3Hw=";
+ hash = "sha256-xjDktIxNY8b0kAuHfX/EzvKO40xMVS1WfzYtX2fpffg=";
16
};
17
18
- cargoHash = "sha256-6OiE+9KMhw3cE1HZRitrcjupiQbr6UfRaWf8PRxqvmk=";
+ cargoHash = "sha256-eOfHPhxMIE9VGMEW5crn5aXjFnbEHu0A4aUm+VFc3YU=";
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.
0 commit comments