File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 99} :
1010rustPlatform . buildRustPackage ( finalAttrs : {
1111 pname = "wasmtime" ;
12- version = "32 .0.0" ;
12+ version = "33 .0.0" ;
1313
1414 src = fetchFromGitHub {
1515 owner = "bytecodealliance" ;
1616 repo = "wasmtime" ;
1717 tag = "v${ finalAttrs . version } " ;
18- hash = "sha256-MGeLnxUmhhuW1FInBCc1xzppgvf3W8J0sy9v9QjgBIA =" ;
18+ hash = "sha256-/i//5kPN1/zQnfDZWuJldKdFWk/DKAf5b5P4F58rgPI =" ;
1919 fetchSubmodules = true ;
2020 } ;
2121
2222 # Disable cargo-auditable until https://github.com/rust-secure-code/cargo-auditable/issues/124 is solved.
2323 auditable = false ;
2424 useFetchCargoVendor = true ;
25- cargoHash = "sha256-m9TsTTx/ExqE9/W3xVkYxtgKh8AlGUJTlGPMIDK2xog =" ;
25+ cargoHash = "sha256-4ziMGmBbQ4anXvF6wwK1ezYXHY7JBvMRmPDreNME0H8 =" ;
2626 cargoBuildFlags = [
2727 "--package"
2828 "wasmtime-cli"
You can’t perform that action at this time.
0 commit comments