wasmi: 0.43.0 -> 0.44.0

This commit is contained in:
R. Ryantm
2025-04-07 20:26:53 +00:00
parent 81c8dee706
commit 0d5ceba2c3
+3 -3
View File
@@ -7,18 +7,18 @@
rustPlatform.buildRustPackage rec {
pname = "wasmi";
version = "0.43.0";
version = "0.44.0";
src = fetchFromGitHub {
owner = "paritytech";
repo = "wasmi";
tag = "v${version}";
hash = "sha256-h8eViInYiq0HhdYtqjurOOw93to+J5NsOdFXJYZsl8g=";
hash = "sha256-tKUkcuVT2945+pf7qdCgbUYbtiZmfE7tfzRlf8H/GkU=";
fetchSubmodules = true;
};
useFetchCargoVendor = true;
cargoHash = "sha256-f4oN82T/PepntbDsFTugZkYclaeQXMPAxoV7R7gtqf0=";
cargoHash = "sha256-1p/cibicoH39+/Xrf28W2jOWK23LVu7L0nnsVDgvIV8=";
passthru.updateScript = nix-update-script { };
meta = with lib; {