slint-lsp: 1.9.1 -> 1.9.2 (#375714)

Co-authored-by: xgroleau <xavgroleau@gmail.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-01-22 19:07:47 +00:00
committed by GitHub
co-authored by xgroleau
+3 -3
View File
@@ -37,14 +37,14 @@ let
in
rustPlatform.buildRustPackage rec {
pname = "slint-lsp";
version = "1.9.1";
version = "1.9.2";
src = fetchCrate {
inherit pname version;
hash = "sha256-/Upnl3VcR5ynT70gWMGAs/xvolMKsZeaGd+TWgxl/Pg=";
hash = "sha256-1yXyf/9St03B8mZPfw8GVUIFOX/nWbwwCs/8ON3uBDw=";
};
cargoHash = "sha256-JgKK+NyRF3mIRarHmwCk2b1HsBUXZX/l2e843exZk2g=";
cargoHash = "sha256-iuLTqrYq3mXjZ1bUQvEwWUNOxdg21Yn5NWmiQTAtdIA=";
nativeBuildInputs = [
cmake