11 src = fetchFromGitHub {
12 owner = "mistweaverco";
15 hash = "sha256-yq7DMrt+g5wM/tynI7Cf6MBJs/d+fP3IppndKnTJMTw=";
18 vendorHash = "sha256-GazDEm/qv0nh8vYT+Tf0n4QDGHlcYtbMIj5rlZBvpKo=";
25 "-X github.com/mistweaverco/kulala-fmt/cmd/kulalafmt.VERSION=${version}"
29 description = "Opinionated .http and .rest files linter and formatter";
30 homepage = "https://github.com/mistweaverco/kulala-fmt";
31 license = lib.licenses.mit;
32 maintainers = with lib.maintainers; [ CnTeng ];
33 mainProgram = "kulala-fmt";
34 platforms = lib.platforms.all;