Commit d10a8262 authored by R. RyanTM's avatar R. RyanTM
Browse files

grpc_cli: 1.55.0 -> 1.55.1

parent 49e06b93
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,12 +2,12 @@

stdenv.mkDerivation rec {
  pname = "grpc_cli";
  version = "1.55.0";
  version = "1.55.1";
  src = fetchFromGitHub {
    owner = "grpc";
    repo = "grpc";
    rev = "v${version}";
    hash = "sha256-xEfYNqtMKeJpztUm39PaUrE8OKa8TQhtLBny2/D99VM=";
    hash = "sha256-3FaNGrvd+EuknOsShLSZKAHmZoa8eLBw+BHbNK59PGU=";
    fetchSubmodules = true;
  };
  nativeBuildInputs = [ automake cmake autoconf ];