grpcui: 0.2.1 -> 1.0.0

This commit is contained in:
R. RyanTM 2020-06-26 10:20:47 +00:00
parent 679136e252
commit 3dec516b7d

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "grpcui";
version = "0.2.1";
version = "1.0.0";
src = fetchFromGitHub {
owner = "fullstorydev";
repo = pname;
rev = "v${version}";
sha256 = "0dcah6bamjqyp9354qrd1cykdr5k5l93hh7qcy5b4nkag9531gl0";
sha256 = "0b6rc294v8jagk79hcjbaldfi7y7idx8bknsbdi3djym5rspdg6s";
};
vendorSha256 = "0m9nn8x0ji0n9v3d5w5z3grwv0zh8ijvh92jqjpcfv4bcjr5vsjr";
vendorSha256 = "0wih9xvpgqqd82v1pxy5rslrsd6wsl0ys1bi1mf373dnfq5vh5a9";
meta = with lib; {
description = "An interactive web UI for gRPC, along the lines of postman";