1 { lib, buildGoModule, fetchFromGitHub }:
7 src = fetchFromGitHub {
11 sha256 = "sha256-+xlPXHM/4blnm09OcMSpvVTLJy38U4xkVMd3Ea2scyU=";
14 vendorHash = "sha256-qrHrLOfyJhsuU75arDtfOhLaLqP+GWTfX+oyLX3aea8=";
19 description = "An extensible command line tool or library to format yaml files.";
20 homepage = "https://github.com/google/yamlfmt";
21 license = licenses.asl20;
22 maintainers = with maintainers; [ sno2wman ];
23 mainProgram = "yamlfmt";