We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5115c9b + 6f5545e commit 908b0b2Copy full SHA for 908b0b2
pkgs/development/tools/language-servers/vhdl-ls/default.nix
@@ -5,16 +5,16 @@
5
6
rustPlatform.buildRustPackage rec {
7
pname = "vhdl-ls";
8
- version = "0.82.0";
+ version = "0.83.0";
9
10
src = fetchFromGitHub {
11
owner = "VHDL-LS";
12
repo = "rust_hdl";
13
rev = "v${version}";
14
- hash = "sha256-nAtC0AFNexI7gdVjroP2GlsES7d+E2RZY0d4VMddvXI=";
+ hash = "sha256-WLk8EHzpqUPhrmnRK6mP/4MDfSinytgVDZWi1/OfkyU=";
15
};
16
17
- cargoHash = "sha256-oM5cROdSHEoGbn7eF/gvu+f0ymhxADR9u7uRB8iH1qc=";
+ cargoHash = "sha256-QkD1dEEphYP0eL4qPe+TAv1ATyVcw5rSPiiIkk21Dms=";
18
19
postPatch = ''
20
substituteInPlace vhdl_lang/src/config.rs \
0 commit comments