frugal: 3.17.10 -> 3.17.11

This commit is contained in:
R. Ryantm 2024-04-14 00:41:39 +00:00
parent 1b69196959
commit ca482b6bdb

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "frugal";
version = "3.17.10";
version = "3.17.11";
src = fetchFromGitHub {
owner = "Workiva";
repo = pname;
rev = "v${version}";
sha256 = "sha256-FAxvpP2js0bTb5hwFTCGKxIbunM8htEaf17gbM60WWM=";
sha256 = "sha256-SCbnLIoHYvbiY2Irx1ufMZTjmUJIucPMgEFobJNor/c=";
};
subPackages = [ "." ];