Merge pull request #303017 from r-ryantm/auto-update/vhdl-ls
vhdl-ls: 0.78.2 -> 0.79.0
This commit is contained in:
commit
1064f87125
@ -5,16 +5,16 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "vhdl-ls";
|
pname = "vhdl-ls";
|
||||||
version = "0.78.2";
|
version = "0.79.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "VHDL-LS";
|
owner = "VHDL-LS";
|
||||||
repo = "rust_hdl";
|
repo = "rust_hdl";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-hg+OEB4V5kCpno7blMyE6jnDQPHds+BN+RZGG8oAoZU=";
|
hash = "sha256-9AcMMT1d4FrTcCN6c2uMa1Xh21e79sM+YsPs+RT892U=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-jX2vJdFTx0ELXqwMvoCILGvYrfAtL72lfI3KqWCZLYg=";
|
cargoHash = "sha256-Cb4WvOdWtwaC5GCQcnIorAFbkDXliU9w1xDU8g3YlSI=";
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
substituteInPlace vhdl_lang/src/config.rs \
|
substituteInPlace vhdl_lang/src/config.rs \
|
||||||
|
Loading…
Reference in New Issue
Block a user