frugal: 3.16.27 -> 3.17.0

This commit is contained in:
R. Ryantm 2023-09-12 09:27:19 +00:00
parent 79aa627be6
commit 278cae3e45

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "frugal";
version = "3.16.27";
version = "3.17.0";
src = fetchFromGitHub {
owner = "Workiva";
repo = pname;
rev = "v${version}";
sha256 = "sha256-ZHDx6xE/apYF05CXtGJxlp2AWfeEAkWi3zloTFFr78M=";
sha256 = "sha256-r7/ZcqabSmpvhr3JKgCXaSD5378q2JOEmZyOfeLN3Nw=";
};
subPackages = [ "." ];