1 { lib, buildGoModule, fetchFromGitHub }:
7 src = fetchFromGitHub {
11 sha256 = "sha256-Oa4z8n+q7LKWMnwk+xj9UunzOa3ChaPBCTo828yYJGQ=";
15 ./bump-golang-x-sys.patch
19 vendorHash = "sha256-AJyxCE4DdAXRS+2sY4Zzu8NTEFKJoV1bopfOqOFKZfI=";
22 description = "Merge YAML/JSON files in a in a convenient fashion";
23 mainProgram = "aviator";
24 homepage = "https://github.com/herrjulz/aviator";
25 license = licenses.mit;
26 maintainers = with maintainers; [ risson ];