3
0
Fork 0
forked from mirrors/nixpkgs

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

evans: 0.10.6 -> 0.10.8
This commit is contained in:
Mario Rodas 2022-07-28 13:26:59 -05:00 committed by GitHub
commit d7eb11af32
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.6";
version = "0.10.8";
src = fetchFromGitHub {
owner = "ktr0731";
repo = pname;
rev = "v${version}";
sha256 = "sha256-rQwoiV87XMz/5GbVOyLDkfIKIgMzBcwY4ln73XCI/so=";
sha256 = "sha256-2Fn+pPYknuQCofTNrgDbZ4A6C5hazSqKqlUOUG10ekU=";
};
subPackages = [ "." ];
vendorSha256 = "sha256-3R/HRfr1GjJwkCT6xQ51Y/zRcuvknunYKgVpM6jg+wY=";
vendorSha256 = "sha256-IxlzSzFEIIBC32S7u1Lkbi/fOxFYlbockNAfl/tnJpA=";
meta = with lib; {
description = "More expressive universal gRPC client";