frugal: 3.17.0 -> 3.17.2

This commit is contained in:
R. Ryantm 2023-10-05 04:56:58 +00:00
parent 9f20229c6c
commit 7154bd9a50

View File

@ -2,18 +2,18 @@
buildGoModule rec {
pname = "frugal";
version = "3.17.0";
version = "3.17.2";
src = fetchFromGitHub {
owner = "Workiva";
repo = pname;
rev = "v${version}";
sha256 = "sha256-r7/ZcqabSmpvhr3JKgCXaSD5378q2JOEmZyOfeLN3Nw=";
sha256 = "sha256-7+8wjWxePU3OrIf9SLYzu6jAaaeB3MUzZ/H6tdFn3ts=";
};
subPackages = [ "." ];
vendorHash = "sha256-2+7GQ54AHEF8ukvn/xUAD1eGESo8jO6TlRFPwlEvZ6A=";
vendorHash = "sha256-vES8WGaurEW5X9PX+ILN4XUGoSEtayq7UAes+1URKzg=";
meta = with lib; {
description = "Thrift improved";