vhdl-ls: 0.87.0 -> 0.87.1

This commit is contained in:
R. Ryantm
2026-06-04 14:00:59 +00:00
parent e45c47d631
commit c593fe9190
+3 -3
View File
@@ -6,16 +6,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "vhdl-ls";
version = "0.87.0";
version = "0.87.1";
src = fetchFromGitHub {
owner = "VHDL-LS";
repo = "rust_hdl";
rev = "v${finalAttrs.version}";
hash = "sha256-tQdBiUoPRmPBNDutgCTkaUq022blrujT6G562KdQPqE=";
hash = "sha256-+7kjRjRtsb038xw0x+yojhWVChvkBz6kTlqSc3rTwXE=";
};
cargoHash = "sha256-m/wYku+RRoZ2zULb/guVswG7SWoWjhp04R0sNI6HXgs=";
cargoHash = "sha256-NAi/YY6bu/yHHPWfgv5fimS3Ac4PL12T/U1Jknj/Zc8=";
postPatch = ''
substituteInPlace vhdl_lang/src/config.rs \