File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/by-name/wi/wit-bindgen Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 66
77rustPlatform . 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.
You can’t perform that action at this time.
0 commit comments