vhdl-ls: 0.86.0 -> 0.87.0

This commit is contained in:
R. Ryantm
2026-05-18 09:55:23 +00:00
parent 9ccfc30b92
commit 7d63636fe7
+3 -3
View File
@@ -6,16 +6,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "vhdl-ls";
version = "0.86.0";
version = "0.87.0";
src = fetchFromGitHub {
owner = "VHDL-LS";
repo = "rust_hdl";
rev = "v${finalAttrs.version}";
hash = "sha256-H8s4YZPpe7Z3IafY4lt4Gn/jjeULJFSA/6kMb9IrV50=";
hash = "sha256-tQdBiUoPRmPBNDutgCTkaUq022blrujT6G562KdQPqE=";
};
cargoHash = "sha256-ULJpmT8DXSr6hqBxn6weWJUmplCboxhSekxaWmu4aHE=";
cargoHash = "sha256-m/wYku+RRoZ2zULb/guVswG7SWoWjhp04R0sNI6HXgs=";
postPatch = ''
substituteInPlace vhdl_lang/src/config.rs \