frugal: 3.15.0 -> 3.15.1

This commit is contained in:
R. Ryantm 2022-05-27 13:38:21 +00:00
parent 57a8966d03
commit c1ce3a1333

View file

@ -2,18 +2,18 @@
buildGoModule rec {
pname = "frugal";
version = "3.15.0";
version = "3.15.1";
src = fetchFromGitHub {
owner = "Workiva";
repo = pname;
rev = "v${version}";
sha256 = "sha256-EIHaCkqwCyRV1sX+9f39FbByRvhms4rJA9nQoKxxkm8=";
sha256 = "sha256-pRWTjlPTVwFzamq67hzb+ElqZuqP9aEAVz581DNMUBM=";
};
subPackages = [ "." ];
vendorSha256 = "sha256-vWqj2fRtaDextDstIb5GrdRn4nxQpCfjegYiVbPILuM=";
vendorSha256 = "sha256-ljZ3tpIJ+tg4UDBDzbse4M6ksb8AgPJLJCZeusMtQ0Q=";
meta = with lib; {
description = "Thrift improved";