slint-lsp: 1.9.2 -> 1.10.0 (#386713)

Co-authored-by: xgroleau <xavgroleau@gmail.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-03-03 16:53:54 +00:00
committed by GitHub
co-authored by xgroleau
+3 -3
View File
@@ -37,15 +37,15 @@ let
in
rustPlatform.buildRustPackage rec {
pname = "slint-lsp";
version = "1.9.2";
version = "1.10.0";
src = fetchCrate {
inherit pname version;
hash = "sha256-1yXyf/9St03B8mZPfw8GVUIFOX/nWbwwCs/8ON3uBDw=";
hash = "sha256-5LDEjJx+PC6pOem06DKFkPcjpIkF20gbxi/PAVZT1ns=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-FFNMI6mGYAqHPpdVo8iA2i8R2JNz8F5oQFXh7rk6wdI=";
cargoHash = "sha256-1/4dOlhByJDpduExu9ZOjb7JYFKehnLiLCboWUnmfp8=";
nativeBuildInputs = [
cmake