kcl-language-server: bump to 68b4062 to fix build with Rust 1.89 (#455776)

This commit is contained in:
Wolfgang Walther
2026-01-18 15:47:27 +00:00
committed by GitHub
@@ -9,18 +9,18 @@
rustPlatform.buildRustPackage rec {
pname = "kcl-language-server";
version = "0.11.2";
version = "0.11.2-unstable-2025-10-26";
src = fetchFromGitHub {
owner = "kcl-lang";
repo = "kcl";
rev = "v${version}";
hash = "sha256-6XDLxTpgENhP7F51kicAJB7BNMtX4cONKJApAhqgdno=";
rev = "68b4062e1f6b818b2fc64cfc69ef0a692b35943d";
hash = "sha256-5yX9TYmn0nGlSI8jiAwxuYpBXq9ie+yVDHwcC1FLcBk=";
};
sourceRoot = "${src.name}/kclvm";
cargoHash = "sha256-eJ3Gh2l6T2DxJRQRHamPOr/ILtzsqFB497DdXVJ90RE=";
cargoHash = "sha256-FulW9qNVVZtOoRfm+NPwQENJU9Ib1GBzcjHxk5QS70g=";
PROTOC = "${protobuf}/bin/protoc";
PROTOC_INCLUDE = "${protobuf}/include";