wasm-language-tools: 0.5.0 -> 0.5.1

This commit is contained in:
R. Ryantm 2025-07-02 16:05:12 +00:00
parent e6ff9e9481
commit 80d7c6f3f7

View File

@ -8,17 +8,17 @@
rustPlatform.buildRustPackage rec {
pname = "wasm-language-tools";
version = "0.5.0";
version = "0.5.1";
src = fetchFromGitHub {
owner = "g-plane";
repo = "wasm-language-tools";
tag = "v${version}";
hash = "sha256-JNrDPqBpZW1FI+JcdNHEp4yWp30wbFGmtdGWBa8PyOQ=";
hash = "sha256-FjBRz2vAc5qmOeuDiqn8WkMqJmkeyrZDcJ2FoOaR2PY=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-Vrd5Iv4KTXNmcKDTk9i1diSFhmampncELEGckmwsf3o=";
cargoHash = "sha256-a3bLXdKCXWH7bSmU6G5X9vHOPaBkn/EUG894BB8/dHs=";
nativeInstallCheckInputs = [ versionCheckHook ];
versionCheckProgram = "${placeholder "out"}/bin/wat_server";