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

Merge pull request #228938 from r-ryantm/auto-update/protoc-gen-entgrpc

protoc-gen-entgrpc: 0.3.0 -> 0.4.3
parents 9c06c0de 7ff76721
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,16 +2,16 @@

buildGoModule rec {
  pname = "protoc-gen-entgrpc";
  version = "0.3.0";
  version = "0.4.3";

  src = fetchFromGitHub {
    owner = "ent";
    repo = "contrib";
    rev = "v${version}";
    sha256 = "sha256-hK4I2LVvw7hkbUKRuDoaRuNX3nwlwipYucnXwzOCcXs=";
    sha256 = "sha256-5gFdfMSAb0DWCMCzG0nVGU+VWam6yC26QYUPF1YjekM=";
  };

  vendorSha256 = "sha256-bAM+NxD7mNd2fFxRDHCAzJTD7PVfT/9XHF88v9RHKwE=";
  vendorHash = "sha256-DgqCGXqEnLBxyLZJrTRZIeBIrHYA7TNMV4WTk/3IS8Y=";

  subPackages = [ "entproto/cmd/protoc-gen-entgrpc" ];