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

frugal: 3.17.8 -> 3.17.9
This commit is contained in:
Nick Cao 2024-03-11 11:29:29 -04:00 committed by GitHub
commit 65a57ea8f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,18 +2,18 @@
buildGoModule rec {
pname = "frugal";
version = "3.17.8";
version = "3.17.9";
src = fetchFromGitHub {
owner = "Workiva";
repo = pname;
rev = "v${version}";
sha256 = "sha256-R9v/qWR+XuirMT2wM6UR2LrSpehkEtoRG73bBlni03k=";
sha256 = "sha256-VNzTrJ5sY6JHfUXLlY3LOQYfzoWPYltPQBZWx9FopSU=";
};
subPackages = [ "." ];
vendorHash = "sha256-BC8G41SWWecNiqj/8iez3debvpU9+PWHUya8V77zKj8=";
vendorHash = "sha256-5o2r392gT5mNvO7mFVRgOGgoy5d+1K2kIitBo+dzhFQ=";
meta = with lib; {
description = "Thrift improved";