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 165cc70 commit 64d90d8Copy full SHA for 64d90d8
pkgs/development/tools/language-servers/rune-languageserver/default.nix
@@ -7,14 +7,14 @@
7
8
rustPlatform.buildRustPackage rec {
9
pname = "rune-languageserver";
10
- version = "0.12.4";
+ version = "0.13.4";
11
12
src = fetchCrate {
13
inherit pname version;
14
- hash = "sha256-KVNof5s3hiCabsoypwS22FMyJIPF9aU8HNqVKPNo7Fk=";
+ hash = "sha256-Kw6Qh/9eQPMj4V689+7AxuJB+aCciK3FZTfcdhyZXGY=";
15
};
16
17
- cargoHash = "sha256-HiydWqOHz4LJJwJTclRlQfOphE1W03HTMjCtqr1XnJs=";
+ cargoHash = "sha256-GlzT7lN9iCNiPFIjhL/UfqohgtOwDaIeTVEWOyaeicM=";
18
19
buildInputs = lib.optionals stdenv.isDarwin [
20
darwin.apple_sdk.frameworks.Security
0 commit comments