Skip to content

Commit ebfd07f

Browse files
committed
protols: 0.12.7 -> 0.12.8
1 parent 465ab8f commit ebfd07f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/pr/protols/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66

77
rustPlatform.buildRustPackage rec {
88
pname = "protols";
9-
version = "0.12.7";
9+
version = "0.12.8";
1010

1111
src = fetchFromGitHub {
1212
owner = "coder3101";
1313
repo = "protols";
1414
tag = version;
15-
hash = "sha256-3XTFKqUPXW7Zm9IruePxq8uY1H/axuE1h22cqQj/YGg=";
15+
hash = "sha256-Qa5kJGgfjGYIOkAZbQh3poysbXHv2959VeRyECAS8RA=";
1616
};
1717

18-
cargoHash = "sha256-19CNMaDVI804ekxrmUjbx9WmqsG91rviLTsvFtN+D/o=";
18+
cargoHash = "sha256-Jhxi+bkMRBM/AOu+be5vMJVXT0VKmMN9suvQn2W+2Ww=";
1919

2020
meta = {
2121
description = "Protocol Buffers language server written in Rust";

0 commit comments

Comments
 (0)