Unverified Commit 4bc9913a authored by Doron Behar's avatar Doron Behar Committed by GitHub
Browse files

vhdl-ls: 0.83.0 -> 0.83.1 (#368265)

parents 633cd4f5 754abe63
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.83.0";
  version = "0.83.1";

  src = fetchFromGitHub {
    owner = "VHDL-LS";
    repo = "rust_hdl";
    rev = "v${version}";
    hash = "sha256-WLk8EHzpqUPhrmnRK6mP/4MDfSinytgVDZWi1/OfkyU=";
    hash = "sha256-AO95J138d3m8CpJ7hWYeGP+rRd2009qQXwLxbuHDSDs=";
  };

  cargoHash = "sha256-QkD1dEEphYP0eL4qPe+TAv1ATyVcw5rSPiiIkk21Dms=";
  cargoHash = "sha256-L7Y5sJe/6xx0JIEyxPHyKWxHRnkNUek5U3X5BL5a0k8=";

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