Skip to content

Commit

Permalink
slint-lsp: 1.8.0 -> 1.9.1 (NixOS#367365)
Browse files Browse the repository at this point in the history
  • Loading branch information
nixpkgs-merge-bot[bot] authored Dec 24, 2024
2 parents dbedecd + 461bcf7 commit e4646bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/sl/slint-lsp/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ let
in
rustPlatform.buildRustPackage rec {
pname = "slint-lsp";
version = "1.8.0";
version = "1.9.1";

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

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

nativeBuildInputs = [
cmake
Expand Down

0 comments on commit e4646bd

Please sign in to comment.