Merge pull request #156469 from r-ryantm/auto-update/evans

evans: 0.10.0 -> 0.10.2
This commit is contained in:
markuskowa 2022-01-29 14:55:22 +01:00 committed by GitHub
commit 51539d3008
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,18 +2,18 @@
buildGoModule rec {
pname = "evans";
version = "0.10.0";
version = "0.10.2";
src = fetchFromGitHub {
owner = "ktr0731";
repo = pname;
rev = "v${version}";
sha256 = "sha256-Ftt3lnwLk2Zx1DxDmZx2hBqXcxzqUb6I/gEdQJuFsCc=";
sha256 = "sha256-F9URMwQaSAQZaiZ95rDZqe8+YcJ9aMInSTIgQ7JLyOw=";
};
subPackages = [ "." ];
vendorSha256 = "sha256-WclmINHcgRtbRSZGv+lOgwuImHKVC9cfK8C+f9JBcts=";
vendorSha256 = "sha256-bFTmr/xQ12cboH1MGvHDUpLM0dMkxMeLgwG0VbhMEnc=";
meta = with lib; {
description = "More expressive universal gRPC client";