wasmi: 1.0.9 -> 1.1.0 (#531242)

This commit is contained in:
nixpkgs-ci[bot]
2026-06-13 15:16:08 +00:00
committed by GitHub
+3 -3
View File
@@ -7,17 +7,17 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "wasmi";
version = "1.0.9";
version = "1.1.0";
src = fetchFromGitHub {
owner = "wasmi-labs";
repo = "wasmi";
tag = "v${finalAttrs.version}";
hash = "sha256-eFQ0dBOFE/vpRXfAYYZNncAVKMlaGf8jHvBT/a5UQRo=";
hash = "sha256-54mZxX7ygmX93V3l1ZRqDdbGe5uk772GSaNmXnV3iEQ=";
fetchSubmodules = true;
};
cargoHash = "sha256-Vo5MGp3I/8sMDchNQORzlXS8z9Bp6cILnK4aYot9/FE=";
cargoHash = "sha256-v38ThWgelSmxWLhOHqmJIbh1sisB1K56825ut/mZoMs=";
passthru.updateScript = nix-update-script { };
meta = {