Skip to content

Commit 797ee06

Browse files
committed
yaml-language-server: 1.15.0 -> 1.17.0
1 parent 4838207 commit 797ee06

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ya/yaml-language-server/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,18 @@
1111

1212
stdenv.mkDerivation rec {
1313
pname = "yaml-language-server";
14-
version = "1.15.0";
14+
version = "1.17.0";
1515

1616
src = fetchFromGitHub {
1717
owner = "redhat-developer";
1818
repo = "yaml-language-server";
1919
tag = version;
20-
hash = "sha256-Y3Q/y9UIiy7US8Jl4vxT0Pfw8h3hiXK+Cu9TEQHyAaA=";
20+
hash = "sha256-YGPktMZxYi6eihCDc8JIfN/Ht2uu3wGKoKPJWlDKu+g=";
2121
};
2222

2323
offlineCache = fetchYarnDeps {
2424
yarnLock = "${src}/yarn.lock";
25-
hash = "sha256-zHcxZ4VU6CGux72Nsy0foU4gFshK1wO/LTfnwOoirmg=";
25+
hash = "sha256-2OVxvvijnfB8Bytgoaybyx4p66nD/aahtyjxLf8womE=";
2626
};
2727

2828
nativeBuildInputs = [

0 commit comments

Comments
 (0)