1 { lib, buildGoModule, fetchFromGitHub }:
5 version = "unstable-2022-10-04";
7 src = fetchFromGitHub {
8 owner = "protocolbuffers";
10 rev = "8b1d63939ee1a5d922b38f3976e1e58cae525163";
11 sha256 = "sha256-/vt02rvKVsryJZ+Bw4QLaGzDErGI04/4NUbSBkbbN3Y=";
14 vendorSha256 = "sha256-mK8eGo6oembs4nofvROn4g0+oO5E5/zQrmPKMe3xXik=";
16 ldflags = [ "-s" "-w" ];
19 description = "Simple, human-editable language for representing and emitting the Protobuf wire format";
20 homepage = "https://github.com/protocolbuffers/protoscope";
21 license = licenses.asl20;
22 maintainers = with maintainers; [ aaronjheng ];