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

frugal: 3.17.9 -> 3.17.10
This commit is contained in:
Weijia Wang 2024-04-08 16:46:49 +02:00 committed by GitHub
commit 20202f6cb0
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.9";
version = "3.17.10";
src = fetchFromGitHub {
owner = "Workiva";
repo = pname;
rev = "v${version}";
sha256 = "sha256-VNzTrJ5sY6JHfUXLlY3LOQYfzoWPYltPQBZWx9FopSU=";
sha256 = "sha256-FAxvpP2js0bTb5hwFTCGKxIbunM8htEaf17gbM60WWM=";
};
subPackages = [ "." ];
vendorHash = "sha256-5o2r392gT5mNvO7mFVRgOGgoy5d+1K2kIitBo+dzhFQ=";
vendorHash = "sha256-6yKyPocuahr9m5frhbhBlcWd7QZ1rH+f9KhQ83+oadY=";
meta = with lib; {
description = "Thrift improved";