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

protoc-gen-grpc-web: 1.4.2 -> 1.5.0
This commit is contained in:
Mario Rodas 2023-11-11 12:54:28 -05:00 committed by GitHub
commit a4e452c906
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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";