Merge pull request #130705 from r-ryantm/auto-update/frugal

frugal: 3.14.5 -> 3.14.6
This commit is contained in:
Sandro 2021-07-20 17:45:05 +02:00 committed by GitHub
commit 110c7b8388
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,18 +2,18 @@
buildGoModule rec {
pname = "frugal";
version = "3.14.5";
version = "3.14.6";
src = fetchFromGitHub {
owner = "Workiva";
repo = pname;
rev = "v${version}";
sha256 = "sha256-Er9V6mSe4Pt/RzFAPa3ci3J7FQh5GLbh9CjYHx/HnYM=";
sha256 = "sha256-MtQz/9+e2l4FQ1E299KtRzFpX67FynHdsvcMA4CqKUo=";
};
subPackages = [ "." ];
vendorSha256 = "sha256-9M6SSxMQ8JMJ7ZNl8cjQuid/B0xc28/BuPozxftthe0=";
vendorSha256 = "sha256-Y7lh+U4FKiht2PgACWSXwGTx+y8aJi22KEhqxHPooCw=";
meta = with lib; {
description = "Thrift improved";