wasmer: 4.3.7 -> 4.4.0

Diff: https://github.com/wasmerio/wasmer/compare/refs/tags/v4.3.7...v4.4.0
This commit is contained in:
Nick Cao 2024-10-06 09:51:02 -04:00
parent f4f4b8d7b5
commit c58210f2b1
No known key found for this signature in database

View File

@ -14,16 +14,16 @@
rustPlatform.buildRustPackage rec {
pname = "wasmer";
version = "4.3.7";
version = "4.4.0";
src = fetchFromGitHub {
owner = "wasmerio";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-FobMpuF/7UJlGWuJjkrtpxrN7/BtJcwhmHyRQ/Er3v4=";
hash = "sha256-zKo7d7LAfdGb7hC8RK7YH4lhk7RbivS+hNZDyQyHYM8=";
};
cargoHash = "sha256-nPbf0ou9Lsy8FsiLrL/gyMlJVbKbfQ9Y2RFydqqv9Zo=";
cargoHash = "sha256-tajvVMRfBHefU0kVro830HeJSdgJEKPmEQm7X0+4+Kc=";
nativeBuildInputs = [
rustPlatform.bindgenHook