From 0488e49ab9f4452c46dcc1dd56ec16ea5681ffad Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 06:38:10 +0000 Subject: [PATCH] Update vhdl-ls package pin --- pkgs/vhdl-ls/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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=", ... }: