Unverified Commit a4e452c9 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #266610 from r-ryantm/auto-update/protoc-gen-grpc-web

protoc-gen-grpc-web: 1.4.2 -> 1.5.0
parents 911ad1e6 7f96fa70
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "protoc-gen-grpc-web";
  version = "1.4.2";
  version = "1.5.0";

  src = fetchFromGitHub {
    owner = "grpc";
    repo = "grpc-web";
    rev = finalAttrs.version;
    sha256 = "sha256-OetDAZ6zC8r7e82FILpQQnM+JHG9eludwhEuPaklrnw=";
    sha256 = "sha256-yqiSuqan4vynE3AS8OnYdzA+3AVlVFTBkxTuJe17114=";
  };

  sourceRoot = "${finalAttrs.src.name}/javascript/net/grpc/web/generator";