Merge pull request #292905 from r-ryantm/auto-update/vhdl-ls
vhdl-ls: 0.77.0 -> 0.78.0
This commit is contained in:
commit
8a558b578b
1 changed files with 3 additions and 3 deletions
|
@ -5,16 +5,16 @@
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "vhdl-ls";
|
pname = "vhdl-ls";
|
||||||
version = "0.77.0";
|
version = "0.78.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-IAe4m/GC6ubCcZZESC6fToWVQT73XrhjJOiGCGzNxnQ=";
|
hash = "sha256-R1ACYsN2GxpWkUd8kocbv3tnBOiu7PzjtSG8hWbCYfE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-p7BL8WuQiB1KihwAl5aeO6Fa9INYRTQgoQPHcSMnaiQ=";
|
cargoHash = "sha256-xt9v0QvHgej+YTIKGWfsEmLNy9RZp/mahPjKz3QWPrk=";
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
substituteInPlace vhdl_lang/src/config.rs \
|
substituteInPlace vhdl_lang/src/config.rs \
|
||||||
|
|
Loading…
Reference in a new issue