Skip to content

Commit 461bcf7

Browse files
committed
slint-lsp: 1.8.0 -> 1.9.1
1 parent 3923fc3 commit 461bcf7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/sl/slint-lsp/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ let
3737
in
3838
rustPlatform.buildRustPackage rec {
3939
pname = "slint-lsp";
40-
version = "1.8.0";
40+
version = "1.9.1";
4141

4242
src = fetchCrate {
4343
inherit pname version;
44-
hash = "sha256-Shgcjr0mlUNAobMAarZ7dFnXgPGzBHXs2KnUDT/8I2A=";
44+
hash = "sha256-/Upnl3VcR5ynT70gWMGAs/xvolMKsZeaGd+TWgxl/Pg=";
4545
};
4646

47-
cargoHash = "sha256-wyzrFg3hwsJ7SV8KGLKo+gNHzLFpnMx9/jgMalGkufY=";
47+
cargoHash = "sha256-JgKK+NyRF3mIRarHmwCk2b1HsBUXZX/l2e843exZk2g=";
4848

4949
nativeBuildInputs = [
5050
cmake

0 commit comments

Comments
 (0)