Skip to content

Commit

Permalink
rune-languageserver: 0.12.4 -> 0.13.4
Browse files Browse the repository at this point in the history
  • Loading branch information
archer-65 authored and alyssais committed Sep 7, 2024
1 parent 165cc70 commit 64d90d8
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@

rustPlatform.buildRustPackage rec {
pname = "rune-languageserver";
version = "0.12.4";
version = "0.13.4";

src = fetchCrate {
inherit pname version;
hash = "sha256-KVNof5s3hiCabsoypwS22FMyJIPF9aU8HNqVKPNo7Fk=";
hash = "sha256-Kw6Qh/9eQPMj4V689+7AxuJB+aCciK3FZTfcdhyZXGY=";
};

cargoHash = "sha256-HiydWqOHz4LJJwJTclRlQfOphE1W03HTMjCtqr1XnJs=";
cargoHash = "sha256-GlzT7lN9iCNiPFIjhL/UfqohgtOwDaIeTVEWOyaeicM=";

buildInputs = lib.optionals stdenv.isDarwin [
darwin.apple_sdk.frameworks.Security
Expand Down

0 comments on commit 64d90d8

Please sign in to comment.