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 465ab8f commit ebfd07fCopy full SHA for ebfd07f
pkgs/by-name/pr/protols/package.nix
@@ -6,16 +6,16 @@
6
7
rustPlatform.buildRustPackage rec {
8
pname = "protols";
9
- version = "0.12.7";
+ version = "0.12.8";
10
11
src = fetchFromGitHub {
12
owner = "coder3101";
13
repo = "protols";
14
tag = version;
15
- hash = "sha256-3XTFKqUPXW7Zm9IruePxq8uY1H/axuE1h22cqQj/YGg=";
+ hash = "sha256-Qa5kJGgfjGYIOkAZbQh3poysbXHv2959VeRyECAS8RA=";
16
};
17
18
- cargoHash = "sha256-19CNMaDVI804ekxrmUjbx9WmqsG91rviLTsvFtN+D/o=";
+ cargoHash = "sha256-Jhxi+bkMRBM/AOu+be5vMJVXT0VKmMN9suvQn2W+2Ww=";
19
20
meta = {
21
description = "Protocol Buffers language server written in Rust";
0 commit comments