frugal: 3.14.13 -> 3.14.14

(#160154)
This commit is contained in:
R. RyanTM 2022-02-16 13:23:56 -08:00 committed by GitHub
parent d71b060905
commit fb26c1c637
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,18 +2,18 @@
buildGoModule rec {
pname = "frugal";
version = "3.14.13";
version = "3.14.14";
src = fetchFromGitHub {
owner = "Workiva";
repo = pname;
rev = "v${version}";
sha256 = "sha256-apX4MFzeR7+5gWauw5HXPK0c7N4uTSqkE2vqnYB5LJs=";
sha256 = "sha256-1ie/pkg0pv8bJphQ8PXceRd2WALYaVxBAW1O/s4kKHA=";
};
subPackages = [ "." ];
vendorSha256 = "sha256-4Ak+mh9ege38iO1QyxvGkYvRyU11QjphfLrit1qfu58=";
vendorSha256 = "sha256-vWqj2fRtaDextDstIb5GrdRn4nxQpCfjegYiVbPILuM=";
meta = with lib; {
description = "Thrift improved";