protols: 0.11.6 -> 0.12.0
This commit is contained in:
parent
512c5f06e1
commit
6cc5b627a1
@ -6,17 +6,17 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "protols";
|
pname = "protols";
|
||||||
version = "0.11.6";
|
version = "0.12.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "coder3101";
|
owner = "coder3101";
|
||||||
repo = "protols";
|
repo = "protols";
|
||||||
tag = version;
|
tag = version;
|
||||||
hash = "sha256-APGjh6+dNubxiyS5BI6pMXMBQ50ij6NnxSWZlbJ7FWk=";
|
hash = "sha256-v4ROQVoJmrukHFrxykr6EuBFXRuaBnPZ7f36ly7rPhg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
useFetchCargoVendor = true;
|
useFetchCargoVendor = true;
|
||||||
cargoHash = "sha256-L9nOVgfLoZDqKWsLBG9ph0TmlPej13S3KmgbLcumw8I=";
|
cargoHash = "sha256-fmsPkXwu8qy+SRyP5w940gqNmXg0V/p/vDSI7EIFrh0=";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Protocol Buffers language server written in Rust";
|
description = "Protocol Buffers language server written in Rust";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user