wasmtime: 32.0.0 -> 33.0.0 (#411163)

authored by Wolfgang Walther and committed by GitHub 71c22e61 a87cee31

+3 -3
+3 -3
pkgs/by-name/wa/wasmtime/package.nix
··· 9 9 }: 10 10 rustPlatform.buildRustPackage (finalAttrs: { 11 11 pname = "wasmtime"; 12 - version = "32.0.0"; 12 + version = "33.0.0"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "bytecodealliance"; 16 16 repo = "wasmtime"; 17 17 tag = "v${finalAttrs.version}"; 18 - hash = "sha256-MGeLnxUmhhuW1FInBCc1xzppgvf3W8J0sy9v9QjgBIA="; 18 + hash = "sha256-/i//5kPN1/zQnfDZWuJldKdFWk/DKAf5b5P4F58rgPI="; 19 19 fetchSubmodules = true; 20 20 }; 21 21 22 22 # Disable cargo-auditable until https://github.com/rust-secure-code/cargo-auditable/issues/124 is solved. 23 23 auditable = false; 24 24 useFetchCargoVendor = true; 25 - cargoHash = "sha256-m9TsTTx/ExqE9/W3xVkYxtgKh8AlGUJTlGPMIDK2xog="; 25 + cargoHash = "sha256-4ziMGmBbQ4anXvF6wwK1ezYXHY7JBvMRmPDreNME0H8="; 26 26 cargoBuildFlags = [ 27 27 "--package" 28 28 "wasmtime-cli"