1 { lib, fetchFromGitHub, buildGoModule }:
7 src = fetchFromGitHub {
11 sha256 = "sha256-HiAWSR2S+3OcIgwdQ0ltW37lcG+OHkDRDUF07rfNcJY=";
14 vendorHash = "sha256-MiYUDEF9W0VAiOX6uE8doXtGAekIrA1cfA8A2a7xd2I=";
17 description = "Reformat HCL <-> JSON <-> YAML";
18 homepage = "https://github.com/rjeczalik/refmt";
19 license = licenses.agpl3Only;
20 maintainers = with lib.maintainers; [ deemp ];