wasm-language-tools: 0.4.1 -> 0.5.0

This commit is contained in:
R. Ryantm 2025-05-23 23:04:15 +00:00
parent 980ae9854c
commit d733e28057

View file

@ -8,17 +8,17 @@
rustPlatform.buildRustPackage rec {
pname = "wasm-language-tools";
version = "0.4.1";
version = "0.5.0";
src = fetchFromGitHub {
owner = "g-plane";
repo = "wasm-language-tools";
tag = "v${version}";
hash = "sha256-ynbAIM6KSzCCfAG+G51yn2F9OpCJQj8yIWh0T4l0RD0=";
hash = "sha256-JNrDPqBpZW1FI+JcdNHEp4yWp30wbFGmtdGWBa8PyOQ=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-0gbf+n43zpq4p3hQ5u2nBdVQGK5y9C+9AzlQVGB6lo4=";
cargoHash = "sha256-Vrd5Iv4KTXNmcKDTk9i1diSFhmampncELEGckmwsf3o=";
nativeInstallCheckInputs = [ versionCheckHook ];
versionCheckProgram = "${placeholder "out"}/bin/wat_server";