vhdl-ls: 0.66.0 -> 0.67.0

Diff: https://github.com/VHDL-LS/rust_hdl/compare/v0.66.0...v0.67.0
This commit is contained in:
Doron Behar 2023-11-04 20:16:46 +02:00 committed by Bjørn Forsman
parent 540240bf27
commit 9e74e9beec

View File

@ -5,16 +5,16 @@
rustPlatform.buildRustPackage rec {
pname = "vhdl-ls";
version = "0.66.0";
version = "0.67.0";
src = fetchFromGitHub {
owner = "VHDL-LS";
repo = "rust_hdl";
rev = "v${version}";
hash = "sha256-tVeGfPm5WdZjARp7n4WD3YQzMUWA3M3TJo2oVivtkiA=";
hash = "sha256-3ixU1OWRgDNG4aFAZTqqTSt1Hw41mB+mScVsozA01gM=";
};
cargoHash = "sha256-bXz216QvTpBuUNAi5sF0Lga+1ubjlokqPglUyAVXThg=";
cargoHash = "sha256-SDXWFb0SDMqAmKrPOUryiMgPxv0yffcrqFVvFt4VPS4=";
postPatch = ''
substituteInPlace vhdl_lang/src/config.rs \