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

frugal: 3.17.11 -> 3.17.13
This commit is contained in:
Weijia Wang 2024-04-27 04:17:36 +02:00 committed by GitHub
commit 698fd43e54
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -2,18 +2,18 @@
buildGoModule rec {
pname = "frugal";
version = "3.17.11";
version = "3.17.13";
src = fetchFromGitHub {
owner = "Workiva";
repo = pname;
rev = "v${version}";
sha256 = "sha256-SCbnLIoHYvbiY2Irx1ufMZTjmUJIucPMgEFobJNor/c=";
sha256 = "sha256-giPlv3pf0hz2zlQ/9o12SGfwFLCtpN96tfQwP9AaPNo=";
};
subPackages = [ "." ];
vendorHash = "sha256-6yKyPocuahr9m5frhbhBlcWd7QZ1rH+f9KhQ83+oadY=";
vendorHash = "sha256-DCSS2kH2yco8cfbQBw3IZHcEE4BP5ir7ikxsIsFDqg0=";
meta = with lib; {
description = "Thrift improved";