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

grpc_cli: 1.75.0 -> 1.75.1 (#446542)

parents e70a959a 6f7addb2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,12 +11,12 @@

stdenv.mkDerivation rec {
  pname = "grpc_cli";
  version = "1.75.0";
  version = "1.75.1";
  src = fetchFromGitHub {
    owner = "grpc";
    repo = "grpc";
    rev = "v${version}";
    hash = "sha256-2SeL/O6FaAnrPXMHAPKCSzx3hlcKLuC5y+ljJ1gewkE=";
    hash = "sha256-SnKK52VLO4MM/ftfmzRV/LeLfOucdIyHMyWk6EKRfvM=";
    fetchSubmodules = true;
  };
  nativeBuildInputs = [