We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3923fc3 commit 461bcf7Copy full SHA for 461bcf7
pkgs/by-name/sl/slint-lsp/package.nix
@@ -37,14 +37,14 @@ let
37
in
38
rustPlatform.buildRustPackage rec {
39
pname = "slint-lsp";
40
- version = "1.8.0";
+ version = "1.9.1";
41
42
src = fetchCrate {
43
inherit pname version;
44
- hash = "sha256-Shgcjr0mlUNAobMAarZ7dFnXgPGzBHXs2KnUDT/8I2A=";
+ hash = "sha256-/Upnl3VcR5ynT70gWMGAs/xvolMKsZeaGd+TWgxl/Pg=";
45
};
46
47
- cargoHash = "sha256-wyzrFg3hwsJ7SV8KGLKo+gNHzLFpnMx9/jgMalGkufY=";
+ cargoHash = "sha256-JgKK+NyRF3mIRarHmwCk2b1HsBUXZX/l2e843exZk2g=";
48
49
nativeBuildInputs = [
50
cmake
0 commit comments