typescript-language-server: 5.1.0 -> 5.1.1

This commit is contained in:
R. Ryantm 2025-11-06 05:19:10 +00:00
parent cc9d3a57da
commit 0fe76d21bd

View file

@ -16,13 +16,13 @@
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "typescript-language-server"; pname = "typescript-language-server";
version = "5.1.0"; version = "5.1.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "typescript-language-server"; owner = "typescript-language-server";
repo = "typescript-language-server"; repo = "typescript-language-server";
rev = "v${finalAttrs.version}"; rev = "v${finalAttrs.version}";
hash = "sha256-MpcTyjew/SgmWrpeqXLjQPPdwUuMTWQYyyM9TG5jNbQ="; hash = "sha256-wYpW/HHuMetxnwEgGeQ8ptT6Kd5wp2kqUXnjWSkoDQY=";
}; };
patches = [ patches = [