hclfmt 2.15.0 -> 2.16.0 https://github.com/hashicorp/hcl/releases attrpath: hclfmt Checking auto update branch... No auto update branch exists Old version 2.15.0" not present in master derivation file with contents: { lib, buildGoModule, fetchFromGitHub }: buildGoModule rec { pname = "hclfmt"; version = "2.16.0"; src = fetchFromGitHub { owner = "hashicorp"; repo = "hcl"; rev = "v${version}"; hash = "sha256-dsso9KQMZhFgnN6CxoQbXRnjbfaKeLRA8ZEYc9NYEe0="; }; vendorHash = "sha256-QZzDFVAmmjkm7n/KpMxDMAjShKiVVGZbZB1W3/TeVjs="; # The code repository includes other tools which are not useful. Only build # hclfmt. subPackages = [ "cmd/hclfmt" ]; meta = with lib; { description = "a code formatter for the Hashicorp Configuration Language (HCL) format"; homepage = "https://github.com/hashicorp/hcl/tree/main/cmd/hclfmt"; license = licenses.mpl20; maintainers = with maintainers; [ zimbatm ]; }; }