Skip to content

Commit 64d90d8

Browse files
archer-65alyssais
authored andcommitted
rune-languageserver: 0.12.4 -> 0.13.4
1 parent 165cc70 commit 64d90d8

File tree

1 file changed

+3
-3
lines changed
  • pkgs/development/tools/language-servers/rune-languageserver

1 file changed

+3
-3
lines changed

pkgs/development/tools/language-servers/rune-languageserver/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77

88
rustPlatform.buildRustPackage rec {
99
pname = "rune-languageserver";
10-
version = "0.12.4";
10+
version = "0.13.4";
1111

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

17-
cargoHash = "sha256-HiydWqOHz4LJJwJTclRlQfOphE1W03HTMjCtqr1XnJs=";
17+
cargoHash = "sha256-GlzT7lN9iCNiPFIjhL/UfqohgtOwDaIeTVEWOyaeicM=";
1818

1919
buildInputs = lib.optionals stdenv.isDarwin [
2020
darwin.apple_sdk.frameworks.Security

0 commit comments

Comments
 (0)