wasmer: 5.0.2 -> 5.0.3 (#362987)

Diff: https://github.com/wasmerio/wasmer/compare/refs/tags/v5.0.2...v5.0.3
This commit is contained in:
Nick Cao
2024-12-08 21:06:50 -05:00
committed by GitHub
parent d66bcbe6b3
commit 239a55c50a
@@ -11,16 +11,16 @@
rustPlatform.buildRustPackage rec {
pname = "wasmer";
version = "5.0.2";
version = "5.0.3";
src = fetchFromGitHub {
owner = "wasmerio";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-u7O+EAhq1h96yWwQVY74vNKKaB+2r5nqhuD9Pktgqu0=";
hash = "sha256-ZqaEArPnmaVh0fymtYZfxHnt8sm3FXsvc5kHH8GEDxM=";
};
cargoHash = "sha256-FLMGDD/o+gSPqX2dlHQP7zDx89B/MpjdWVpke9EPsBI=";
cargoHash = "sha256-VCBwj5w7pXc1T+NlLVHTBhcsSRFfaxx9tZk3MFwsze4=";
nativeBuildInputs = [
rustPlatform.bindgenHook