Skip to content

Commit bf9ef5a

Browse files
wit-bindgen: 0.44.0 -> 0.45.0 (#437618)
2 parents a836379 + 582c0f9 commit bf9ef5a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/wi/wit-bindgen/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66

77
rustPlatform.buildRustPackage rec {
88
pname = "wit-bindgen";
9-
version = "0.44.0";
9+
version = "0.45.0";
1010

1111
src = fetchFromGitHub {
1212
owner = "bytecodealliance";
1313
repo = "wit-bindgen";
1414
rev = "v${version}";
15-
hash = "sha256-iUr0H5m9aGyJ13JqOQjSFHTWzs5pIwmttAa3oWiM3Hw=";
15+
hash = "sha256-xjDktIxNY8b0kAuHfX/EzvKO40xMVS1WfzYtX2fpffg=";
1616
};
1717

18-
cargoHash = "sha256-6OiE+9KMhw3cE1HZRitrcjupiQbr6UfRaWf8PRxqvmk=";
18+
cargoHash = "sha256-eOfHPhxMIE9VGMEW5crn5aXjFnbEHu0A4aUm+VFc3YU=";
1919

2020
# Some tests fail because they need network access to install the `wasm32-unknown-unknown` target.
2121
# However, GitHub Actions ensures a proper build.

0 commit comments

Comments
 (0)