Unverified Commit 7205664e authored by Doron Behar's avatar Doron Behar Committed by GitHub
Browse files

vhdl-ls: 0.83.1 -> 0.84.0 (#392261)

parents dd613136 24d4e979
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,17 +6,17 @@

rustPlatform.buildRustPackage rec {
  pname = "vhdl-ls";
  version = "0.83.1";
  version = "0.84.0";

  src = fetchFromGitHub {
    owner = "VHDL-LS";
    repo = "rust_hdl";
    rev = "v${version}";
    hash = "sha256-AO95J138d3m8CpJ7hWYeGP+rRd2009qQXwLxbuHDSDs=";
    hash = "sha256-MzlsZoV09QeerpbE/Nmu5tMIvgscu84fk2bYlWn7bjg=";
  };

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

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