Skip to content

Commit 7205664

Browse files
authored
vhdl-ls: 0.83.1 -> 0.84.0 (NixOS#392261)
2 parents dd61313 + 24d4e97 commit 7205664

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/vh/vhdl-ls/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@
66

77
rustPlatform.buildRustPackage rec {
88
pname = "vhdl-ls";
9-
version = "0.83.1";
9+
version = "0.84.0";
1010

1111
src = fetchFromGitHub {
1212
owner = "VHDL-LS";
1313
repo = "rust_hdl";
1414
rev = "v${version}";
15-
hash = "sha256-AO95J138d3m8CpJ7hWYeGP+rRd2009qQXwLxbuHDSDs=";
15+
hash = "sha256-MzlsZoV09QeerpbE/Nmu5tMIvgscu84fk2bYlWn7bjg=";
1616
};
1717

1818
useFetchCargoVendor = true;
19-
cargoHash = "sha256-7+isSSjF4V1FQaWRzmNAAW0q3/x/Tqkt8jNzGXsJHAo=";
19+
cargoHash = "sha256-nKA38HbFFYRGd48VGqd7SHMY8fvTLE8to3iturKgWqM=";
2020

2121
postPatch = ''
2222
substituteInPlace vhdl_lang/src/config.rs \

0 commit comments

Comments
 (0)