protoc-gen-entgrpc: 0.3.0 -> 0.4.3
This commit is contained in:
parent
89182d4327
commit
7ff767213e
1 changed files with 3 additions and 3 deletions
|
@ -2,16 +2,16 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "protoc-gen-entgrpc";
|
pname = "protoc-gen-entgrpc";
|
||||||
version = "0.3.0";
|
version = "0.4.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ent";
|
owner = "ent";
|
||||||
repo = "contrib";
|
repo = "contrib";
|
||||||
rev = "v${version}";
|
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" ];
|
subPackages = [ "entproto/cmd/protoc-gen-entgrpc" ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue