Unverified Commit f4251100 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #228673 from LeSuisse/wasmtime-8.0.1

wasmtime: 8.0.0 -> 8.0.1
parents bcd668b1 51ba5098
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,17 +2,17 @@

rustPlatform.buildRustPackage rec {
  pname = "wasmtime";
  version = "8.0.0";
  version = "8.0.1";

  src = fetchFromGitHub {
    owner = "bytecodealliance";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-NSD0xWqxRVFiearYRZFIllizsRHPylWYNzcNoC6+Cpg=";
    hash = "sha256-xSHwR2MGL49VDKjzAh+xYHbLz3FFg3KYVBjALVgKSQI=";
    fetchSubmodules = true;
  };

  cargoHash = "sha256-v0DLbYM9EoIcj0JEH+LWrMx14gLRfCLW8wYDFKdFNCs=";
  cargoHash = "sha256-A2JhjRFKPltHubiJYHBXj2H4cdU43Y2x6UjEpRGPX7U=";

  cargoBuildFlags = [
    "--package wasmtime-cli"