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

evans: 0.10.8 -> 0.10.9
This commit is contained in:
superherointj 2022-08-28 11:17:52 -03:00 committed by GitHub
commit 0b91875a27
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.8";
version = "0.10.9";
src = fetchFromGitHub {
owner = "ktr0731";
repo = pname;
rev = "v${version}";
sha256 = "sha256-2Fn+pPYknuQCofTNrgDbZ4A6C5hazSqKqlUOUG10ekU=";
sha256 = "sha256-Dim/8RXBMZTITGlT7F7TdAK9S2ct7w01861QqeT2FZk=";
};
subPackages = [ "." ];
vendorSha256 = "sha256-IxlzSzFEIIBC32S7u1Lkbi/fOxFYlbockNAfl/tnJpA=";
vendorSha256 = "sha256-HcD7MnUBPevGDckiWitIcp0z97FJmW3D0f9SySdouq8=";
meta = with lib; {
description = "More expressive universal gRPC client";