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 dd61313 + 24d4e97 commit 7205664Copy full SHA for 7205664
pkgs/by-name/vh/vhdl-ls/package.nix
@@ -6,17 +6,17 @@
6
7
rustPlatform.buildRustPackage rec {
8
pname = "vhdl-ls";
9
- version = "0.83.1";
+ version = "0.84.0";
10
11
src = fetchFromGitHub {
12
owner = "VHDL-LS";
13
repo = "rust_hdl";
14
rev = "v${version}";
15
- hash = "sha256-AO95J138d3m8CpJ7hWYeGP+rRd2009qQXwLxbuHDSDs=";
+ hash = "sha256-MzlsZoV09QeerpbE/Nmu5tMIvgscu84fk2bYlWn7bjg=";
16
};
17
18
useFetchCargoVendor = true;
19
- cargoHash = "sha256-7+isSSjF4V1FQaWRzmNAAW0q3/x/Tqkt8jNzGXsJHAo=";
+ cargoHash = "sha256-nKA38HbFFYRGd48VGqd7SHMY8fvTLE8to3iturKgWqM=";
20
21
postPatch = ''
22
substituteInPlace vhdl_lang/src/config.rs \
0 commit comments