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

grpc_cli: 1.70.0 -> 1.70.1 (#379182)

parents 22d0be18 d4bd8b26
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.70.0";
  version = "1.70.1";
  src = fetchFromGitHub {
    owner = "grpc";
    repo = "grpc";
    rev = "v${version}";
    hash = "sha256-kJhGAhqu25Q2g6BWkVGp6nGYrWdBnMhoMu6e7ifNbgk=";
    hash = "sha256-/Mg999SA/19iypjacXrEnX1B08hajyq7sC7yab+eTCk=";
    fetchSubmodules = true;
  };
  nativeBuildInputs = [