From eb4c2e0b6a1a4dfb9eeaa48bbed0ec45969f8844 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Thu, 8 Jan 2026 07:36:54 -0800 Subject: [PATCH] python3Packages.lsprotocol_2023: exclude from automatic updates --- pkgs/development/python-modules/lsprotocol/2023.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/lsprotocol/2023.nix b/pkgs/development/python-modules/lsprotocol/2023.nix index 719014d3fa6d..2e9a97c58df7 100644 --- a/pkgs/development/python-modules/lsprotocol/2023.nix +++ b/pkgs/development/python-modules/lsprotocol/2023.nix @@ -13,7 +13,7 @@ buildPythonPackage rec { pname = "lsprotocol"; - version = "2023.0.1"; + version = "2023.0.1"; # nixpkgs-update: no auto update pyproject = true; src = fetchFromGitHub { @@ -57,6 +57,8 @@ buildPythonPackage rec { pythonImportsCheck = [ "lsprotocol" ]; + passthru.skipBulkUpdate = true; + meta = { description = "Python implementation of the Language Server Protocol"; homepage = "https://github.com/microsoft/lsprotocol";