vhdl-ls: 0.83.1 -> 0.84.0

This commit is contained in:
R. Ryantm
2025-03-23 03:14:38 +00:00
parent 297e738724
commit 24d4e979d3
+3 -3
View File
@@ -6,17 +6,17 @@
rustPlatform.buildRustPackage rec {
pname = "vhdl-ls";
version = "0.83.1";
version = "0.84.0";
src = fetchFromGitHub {
owner = "VHDL-LS";
repo = "rust_hdl";
rev = "v${version}";
hash = "sha256-AO95J138d3m8CpJ7hWYeGP+rRd2009qQXwLxbuHDSDs=";
hash = "sha256-MzlsZoV09QeerpbE/Nmu5tMIvgscu84fk2bYlWn7bjg=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-7+isSSjF4V1FQaWRzmNAAW0q3/x/Tqkt8jNzGXsJHAo=";
cargoHash = "sha256-nKA38HbFFYRGd48VGqd7SHMY8fvTLE8to3iturKgWqM=";
postPatch = ''
substituteInPlace vhdl_lang/src/config.rs \