Unverified Commit 4748e2a5 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

vhdl-ls: 0.85.0 -> 0.86.0 (#465843)

parents 549870c6 d2c35d18
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,16 +6,16 @@

rustPlatform.buildRustPackage rec {
  pname = "vhdl-ls";
  version = "0.85.0";
  version = "0.86.0";

  src = fetchFromGitHub {
    owner = "VHDL-LS";
    repo = "rust_hdl";
    rev = "v${version}";
    hash = "sha256-uqJiPJ86zX9r44F8D6tabw7Cp24WQoQTen3VqnjlYu0=";
    hash = "sha256-H8s4YZPpe7Z3IafY4lt4Gn/jjeULJFSA/6kMb9IrV50=";
  };

  cargoHash = "sha256-ZC9HwMwrK3xWKr+gnf3SGMUcSRkvV3HL5h9R2lmfW9Q=";
  cargoHash = "sha256-ULJpmT8DXSr6hqBxn6weWJUmplCboxhSekxaWmu4aHE=";

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