Skip to content

Commit 6f5545e

Browse files
committed
vhdl-ls: 0.82.0 -> 0.83.0
1 parent 0fefe24 commit 6f5545e

File tree

1 file changed

+3
-3
lines changed
  • pkgs/development/tools/language-servers/vhdl-ls

1 file changed

+3
-3
lines changed

pkgs/development/tools/language-servers/vhdl-ls/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55

66
rustPlatform.buildRustPackage rec {
77
pname = "vhdl-ls";
8-
version = "0.82.0";
8+
version = "0.83.0";
99

1010
src = fetchFromGitHub {
1111
owner = "VHDL-LS";
1212
repo = "rust_hdl";
1313
rev = "v${version}";
14-
hash = "sha256-nAtC0AFNexI7gdVjroP2GlsES7d+E2RZY0d4VMddvXI=";
14+
hash = "sha256-WLk8EHzpqUPhrmnRK6mP/4MDfSinytgVDZWi1/OfkyU=";
1515
};
1616

17-
cargoHash = "sha256-oM5cROdSHEoGbn7eF/gvu+f0ymhxADR9u7uRB8iH1qc=";
17+
cargoHash = "sha256-QkD1dEEphYP0eL4qPe+TAv1ATyVcw5rSPiiIkk21Dms=";
1818

1919
postPatch = ''
2020
substituteInPlace vhdl_lang/src/config.rs \

0 commit comments

Comments
 (0)