Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

vtsls: 0.2.6 -> 0.2.8

+8 -3
+8 -3
pkgs/by-name/vt/vtsls/package.nix
··· 5 5 nodejs_22, 6 6 gitMinimal, 7 7 pnpm_8, 8 + nix-update-script, 8 9 }: 9 10 10 11 stdenv.mkDerivation (finalAttrs: { 11 12 pname = "vtsls"; 12 - version = "0.2.6"; 13 + version = "0.2.8"; 13 14 14 15 src = fetchFromGitHub { 15 16 owner = "yioneko"; 16 17 repo = "vtsls"; 17 18 rev = "server-v${finalAttrs.version}"; 18 - hash = "sha256-HCi9WLh4IEfhgkQNUVk6IGkQfYagg805Rix78zG6xt0="; 19 + hash = "sha256-Ng+aOBnxFRbMjoUy6+DvIk2yVpvJT+AMsbvDb+IlYpY="; 19 20 fetchSubmodules = true; 20 21 }; 21 22 ··· 37 38 src 38 39 version 39 40 ; 40 - hash = "sha256-4XxQ0Z2atTBItrD9iY7q5rJaCmb1EeDBvQ5+L3ceRXI="; 41 + hash = "sha256-xenPpKsIjEIyVeZDjwjLaBbpWLqWQDBaLLfyzxtrsTI="; 41 42 }; 42 43 43 44 # Patches to get submodule sha from file instead of 'git submodule status' ··· 81 82 82 83 runHook postInstall 83 84 ''; 85 + 86 + passthru = { 87 + updateScript = nix-update-script { }; 88 + }; 84 89 85 90 meta = { 86 91 description = "LSP wrapper for typescript extension of vscode.";