Unverified Commit afbf4062 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

protols: 0.12.7 -> 0.12.8 (#437264)

parents 272a35ce ebfd07f8
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,16 +6,16 @@

rustPlatform.buildRustPackage rec {
  pname = "protols";
  version = "0.12.7";
  version = "0.12.8";

  src = fetchFromGitHub {
    owner = "coder3101";
    repo = "protols";
    tag = version;
    hash = "sha256-3XTFKqUPXW7Zm9IruePxq8uY1H/axuE1h22cqQj/YGg=";
    hash = "sha256-Qa5kJGgfjGYIOkAZbQh3poysbXHv2959VeRyECAS8RA=";
  };

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

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