tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
typescript-language-server: 4.4.0 -> 5.0.0
R. Ryantm
4 months ago
699304cd
ee164a70
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
ty
typescript-language-server
package.nix
+3
-3
pkgs/by-name/ty/typescript-language-server/package.nix
···
16
17
stdenv.mkDerivation (finalAttrs: {
18
pname = "typescript-language-server";
19
-
version = "4.4.0";
20
21
src = fetchFromGitHub {
22
owner = "typescript-language-server";
23
repo = "typescript-language-server";
24
rev = "v${finalAttrs.version}";
25
-
hash = "sha256-5JvYTVHZUoTGokOiaJ6FF5dsNXaY7oFsWLf2doZv36Q=";
26
};
27
28
patches = [
···
33
34
offlineCache = fetchYarnDeps {
35
yarnLock = "${finalAttrs.src}/yarn.lock";
36
-
hash = "sha256-05o1aOaUEL/KI5hf7dKL2lKEDxbzpg89CyR8qMi1G8s=";
37
};
38
39
nativeBuildInputs = [
···
16
17
stdenv.mkDerivation (finalAttrs: {
18
pname = "typescript-language-server";
19
+
version = "5.0.0";
20
21
src = fetchFromGitHub {
22
owner = "typescript-language-server";
23
repo = "typescript-language-server";
24
rev = "v${finalAttrs.version}";
25
+
hash = "sha256-dWTo9OM5gPKj78/KtCMeu59KYL5IhhapOsFtuj9JzVQ=";
26
};
27
28
patches = [
···
33
34
offlineCache = fetchYarnDeps {
35
yarnLock = "${finalAttrs.src}/yarn.lock";
36
+
hash = "sha256-9WezeKRsnwWB98YVhQD1nzrT/T6T3plIVwKhVkOsKPo=";
37
};
38
39
nativeBuildInputs = [