vhdl-ls: 0.83.0 -> 0.83.1

This commit is contained in:
R. Ryantm
2024-12-26 08:18:16 +00:00
parent bfaeff093d
commit 754abe634e
+3 -3
View File
@@ -6,16 +6,16 @@
rustPlatform.buildRustPackage rec {
pname = "vhdl-ls";
version = "0.83.0";
version = "0.83.1";
src = fetchFromGitHub {
owner = "VHDL-LS";
repo = "rust_hdl";
rev = "v${version}";
hash = "sha256-WLk8EHzpqUPhrmnRK6mP/4MDfSinytgVDZWi1/OfkyU=";
hash = "sha256-AO95J138d3m8CpJ7hWYeGP+rRd2009qQXwLxbuHDSDs=";
};
cargoHash = "sha256-QkD1dEEphYP0eL4qPe+TAv1ATyVcw5rSPiiIkk21Dms=";
cargoHash = "sha256-L7Y5sJe/6xx0JIEyxPHyKWxHRnkNUek5U3X5BL5a0k8=";
postPatch = ''
substituteInPlace vhdl_lang/src/config.rs \