typescript-language-server: 4.3.4 -> 4.4.0 (#432337)

authored by Yohann Boniface and committed by GitHub 68b7548c 40e238f6

+3 -3
+3 -3
pkgs/by-name/ty/typescript-language-server/package.nix
··· 16 16 17 17 stdenv.mkDerivation (finalAttrs: { 18 18 pname = "typescript-language-server"; 19 - version = "4.3.4"; 19 + version = "4.4.0"; 20 20 21 21 src = fetchFromGitHub { 22 22 owner = "typescript-language-server"; 23 23 repo = "typescript-language-server"; 24 24 rev = "v${finalAttrs.version}"; 25 - hash = "sha256-H+SEwvoLsKfwZgKqp0Bymkk0m4hk0PsGlMceL0GsEFY="; 25 + hash = "sha256-5JvYTVHZUoTGokOiaJ6FF5dsNXaY7oFsWLf2doZv36Q="; 26 26 }; 27 27 28 28 patches = [ ··· 33 33 34 34 offlineCache = fetchYarnDeps { 35 35 yarnLock = "${finalAttrs.src}/yarn.lock"; 36 - hash = "sha256-nSMhPfbWD93sGIKehBBE/bh4RzHXFtGAjeyG20m/LWQ="; 36 + hash = "sha256-05o1aOaUEL/KI5hf7dKL2lKEDxbzpg89CyR8qMi1G8s="; 37 37 }; 38 38 39 39 nativeBuildInputs = [