forked from mirrors/nixpkgs
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:
commit
a4e452c906
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue