Unverified Commit f8f1650f authored by Alexandre Esteves's avatar Alexandre Esteves Committed by GitHub
Browse files

wasmtime: 41.0.3 -> 42.0.1 (#495470)

parents 22e2bf77 e1d08c15
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -13,20 +13,20 @@
}:
rustPlatform.buildRustPackage (finalAttrs: {
  pname = "wasmtime";
  version = "41.0.3";
  version = "42.0.1";

  src = fetchFromGitHub {
    owner = "bytecodealliance";
    repo = "wasmtime";
    tag = "v${finalAttrs.version}";
    hash = "sha256-7ToSLnVXHkY7nWJizL+gF6aWFUo4dkVeJpzP9w8IcZY=";
    hash = "sha256-vKKPeYRqRWVx+ZErnXf8k7GUASaNeASR9YkPciWcLJU=";
    fetchSubmodules = true;
  };

  # Disable cargo-auditable until https://github.com/rust-secure-code/cargo-auditable/issues/124 is solved.
  auditable = false;

  cargoHash = "sha256-WvDewH/jjvxU9zEbQNg2j000Xb4a9Hko5d8y8TjFwhU=";
  cargoHash = "sha256-9OvBmbld4DK5c+E3m5EEQwUhhLZIK5l0cc3zCipSQ20=";
  cargoBuildFlags = [
    "--package"
    "wasmtime-cli"