yaml-language-server: 1.23.0 -> 1.24.0

This commit is contained in:
R. Ryantm
2026-07-09 01:22:52 +00:00
parent 8ab1ccd1c1
commit f4aadf70d6
@@ -5,16 +5,16 @@
}:
buildNpmPackage (finalAttrs: {
pname = "yaml-language-server";
version = "1.23.0";
version = "1.24.0";
src = fetchFromGitHub {
owner = "redhat-developer";
repo = "yaml-language-server";
tag = finalAttrs.version;
hash = "sha256-I9sLqujD0aTxMrqLziLgjoCLflNyphp2cdvYcAuzZ7s=";
hash = "sha256-JIThwWGunUn4fHxPx7wBqi/F9aslNhWjcx11TvMyoDQ=";
};
npmDepsHash = "sha256-b9B6V17kNnKf3HHjEWzHGjKSeOJR17VEjp780Rq8BM0=";
npmDepsHash = "sha256-0jmq/4XpuZLjoRCxpGBZdGgfyvBTBBoT893o2mooCVw=";
strictDeps = true;