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

Merge pull request #259225 from r-ryantm/auto-update/wasmer

wasmer: 4.2.0 -> 4.2.1
parents 83c3b4ae 7e16aa5b
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -14,16 +14,16 @@

rustPlatform.buildRustPackage rec {
  pname = "wasmer";
  version = "4.2.0";
  version = "4.2.1";

  src = fetchFromGitHub {
    owner = "wasmerio";
    repo = pname;
    rev = "refs/tags/v${version}";
    hash = "sha256-7E/of0WP28VM7ceDCBsSCb6ot3FEYUZkHVk0H/LcbGk=";
    hash = "sha256-GROw9TYKC53ECJUeYhCez8f2jImPla/lGgsP91tTGjQ=";
  };

  cargoHash = "sha256-1YlwYgnZzkYjY2yQlSZTs3JrUnIeZgpCDZBevqlj4WM=";
  cargoHash = "sha256-JE7FDF4MWhqJbL7ZP+yzfV7/Z79x0NuQLYNwWwMjAao=";

  nativeBuildInputs = [
    rustPlatform.bindgenHook