frugal 3.17.9 -> 3.17.11 https://github.com/Workiva/frugal/releases attrpath: frugal Checking auto update branch... An auto update branch exists with message `frugal: 3.17.9 -> 3.17.10`. New version is 3.17.11. The auto update branch does not match or exceed the new version. Old version 3.17.9" not present in master derivation file with contents: { lib, buildGoModule, fetchFromGitHub }: buildGoModule rec { pname = "frugal"; version = "3.17.10"; src = fetchFromGitHub { owner = "Workiva"; repo = pname; rev = "v${version}"; sha256 = "sha256-FAxvpP2js0bTb5hwFTCGKxIbunM8htEaf17gbM60WWM="; }; subPackages = [ "." ]; vendorHash = "sha256-6yKyPocuahr9m5frhbhBlcWd7QZ1rH+f9KhQ83+oadY="; meta = with lib; { description = "Thrift improved"; mainProgram = "frugal"; homepage = "https://github.com/Workiva/frugal"; license = with licenses; [ asl20 ]; maintainers = with maintainers; [ diogox ]; }; }