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

frugal: 3.16.24 -> 3.16.27
This commit is contained in:
Francesco Gazzetta 2023-09-09 19:25:52 +00:00 committed by GitHub
commit ceff36af31
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.16.24";
version = "3.16.27";
src = fetchFromGitHub {
owner = "Workiva";
repo = pname;
rev = "v${version}";
sha256 = "sha256-DXdecPsxYE12YkOn6acuai+mbqNkzZUEXEw1+ZcJlt8=";
sha256 = "sha256-ZHDx6xE/apYF05CXtGJxlp2AWfeEAkWi3zloTFFr78M=";
};
subPackages = [ "." ];
vendorHash = "sha256-9ZWK5xw2onwm9F/o/upGuo080X6neXUrSF+0WR+FpCs=";
vendorHash = "sha256-2+7GQ54AHEF8ukvn/xUAD1eGESo8jO6TlRFPwlEvZ6A=";
meta = with lib; {
description = "Thrift improved";