1 { lib, buildGoModule, fetchFromGitHub }:
7 src = fetchFromGitHub {
11 hash = "sha256-VeRHVR8InfU+vEw2F/w3KFbNVSKS8ziRlQ98f3cuBfM=";
14 vendorHash = "sha256-yQSsxiWkihpoYBH9L6by/D2alqECoUEG4ei5T+B9gPs=";
19 description = ''Displays "The Matrix" in a terminal'';
20 license = licenses.bsd2;
21 maintainers = with maintainers; [ skykanin ];
22 homepage = "https://github.com/GeertJohan/gomatrix";
23 mainProgram = "gomatrix";