Skip to content

Commit c8c2643

Browse files
wit-bindgen: 0.41.0 -> 0.42.1 (#404819)
Co-authored-by: xrelkd <[email protected]>
2 parents e8702b6 + aa8a730 commit c8c2643

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,17 +6,17 @@
66

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

1111
src = fetchFromGitHub {
1212
owner = "bytecodealliance";
1313
repo = "wit-bindgen";
1414
rev = "v${version}";
15-
hash = "sha256-ePrtWOCta9UtoEtSJ1NZb6iJricfsc2YtRF8hi///3c=";
15+
hash = "sha256-zj+O8Rp/KXvDYCew0k5veBUokR91CGEIan398/mPY8w=";
1616
};
1717

1818
useFetchCargoVendor = true;
19-
cargoHash = "sha256-vhhonclq6UGkygHoNIRkB4BIjMAdkSbu2qPXNb2y8pI=";
19+
cargoHash = "sha256-epvE6qSKVUudqHXPJG5mP2X7xlR5XSm3UWDzZK0gHyA=";
2020

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

0 commit comments

Comments
 (0)