wasmer: 5.0.1 -> 5.0.2

Diff: https://github.com/wasmerio/wasmer/compare/refs/tags/v5.0.1...v5.0.2
This commit is contained in:
Nick Cao 2024-11-24 09:17:04 -05:00
parent 10c475aeb9
commit 4f60875ee6
No known key found for this signature in database

View File

@ -11,16 +11,16 @@
rustPlatform.buildRustPackage rec {
pname = "wasmer";
version = "5.0.1";
version = "5.0.2";
src = fetchFromGitHub {
owner = "wasmerio";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-tfAGPBc36o5/XtVZ8IW6SFr+iWOkFzVTfe9jI4PpuA0=";
hash = "sha256-u7O+EAhq1h96yWwQVY74vNKKaB+2r5nqhuD9Pktgqu0=";
};
cargoHash = "sha256-zvQJpAjZNfa54se2xaRPWCWoCWsWw1btaHYrWlyUIZY=";
cargoHash = "sha256-FLMGDD/o+gSPqX2dlHQP7zDx89B/MpjdWVpke9EPsBI=";
nativeBuildInputs = [
rustPlatform.bindgenHook