diff --git a/pkgs/vhdl-ls/default.nix b/pkgs/vhdl-ls/default.nix index 8f76ef6..a829cf0 100644 --- a/pkgs/vhdl-ls/default.nix +++ b/pkgs/vhdl-ls/default.nix @@ -3,13 +3,13 @@ fetchFromGitHub, vhdl_ls, nix-update-script, - version ? "unstable-2026-07-01", + version ? "unstable-2026-07-14", rev ? if lib.hasPrefix "unstable-" version then - "25516d515610607f37cfe470b3ad72e74d169b9e" + "2b4efebd1b2160f124aecf7454d5395263be40cf" else "v${version}", - hash ? "sha256-FTM2rCt9xCshOwi5xTiVjzc33SX+tgu5iE++2Q8PPm0=", + hash ? "sha256-6LpJJYAQI5tlb3mBpduRFTI+BXbudStjaM11gnNxqTA=", ... }: