slint-lsp: 1.9.1 -> 1.9.2

This commit is contained in:
R. Ryantm
2025-01-22 02:07:46 +00:00
parent eac5f2caf9
commit b8ef2ceea3
+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