Merge pull request #91588 from r-ryantm/auto-update/grpcui
grpcui: 0.2.1 -> 1.0.0
This commit is contained in:
commit
136a26be29
@ -2,16 +2,20 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "grpcui";
|
pname = "grpcui";
|
||||||
version = "0.2.1";
|
version = "1.0.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "fullstorydev";
|
owner = "fullstorydev";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0dcah6bamjqyp9354qrd1cykdr5k5l93hh7qcy5b4nkag9531gl0";
|
sha256 = "0b6rc294v8jagk79hcjbaldfi7y7idx8bknsbdi3djym5rspdg6s";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorSha256 = "0m9nn8x0ji0n9v3d5w5z3grwv0zh8ijvh92jqjpcfv4bcjr5vsjr";
|
vendorSha256 = "0wih9xvpgqqd82v1pxy5rslrsd6wsl0ys1bi1mf373dnfq5vh5a9";
|
||||||
|
|
||||||
|
subPackages = [ "cmd/grpcui" ];
|
||||||
|
|
||||||
|
buildFlagsArray = [ "-ldflags=-s -w -X main.version=${version}" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "An interactive web UI for gRPC, along the lines of postman";
|
description = "An interactive web UI for gRPC, along the lines of postman";
|
||||||
@ -20,4 +24,4 @@ buildGoModule rec {
|
|||||||
maintainers = with maintainers; [ pradyuman ];
|
maintainers = with maintainers; [ pradyuman ];
|
||||||
platforms = platforms.linux ++ platforms.darwin;
|
platforms = platforms.linux ++ platforms.darwin;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user