wasmi: 0.51.0 -> 0.51.1

This commit is contained in:
R. Ryantm
2025-08-31 10:43:19 +00:00
parent 640a986502
commit 556baa1932
+3 -3
View File
@@ -7,17 +7,17 @@
rustPlatform.buildRustPackage rec {
pname = "wasmi";
version = "0.51.0";
version = "0.51.1";
src = fetchFromGitHub {
owner = "paritytech";
repo = "wasmi";
tag = "v${version}";
hash = "sha256-mPArNkPrTW3RikLlQNkAjIUEfRot2nRaqceNopGmZDo=";
hash = "sha256-Y9wHrx5UcUzJOJoMq9oPgblrpRjLe9nX79FZxL2cIgY=";
fetchSubmodules = true;
};
cargoHash = "sha256-7L2XQ4E+1wyNMu2IEgqvKuY84k7kQ07m/dXbyDYN/VU=";
cargoHash = "sha256-tlvk+UAUMGToWaRbpsvI8eqsYrnoV/pvn+pWvbOv/18=";
passthru.updateScript = nix-update-script { };
meta = with lib; {