1 { lib, buildGoModule, fetchFromGitHub }:
7 src = fetchFromGitHub {
11 sha256 = "sha256-J6rXz62y/qj4GFXnUwpfx9UEUQaUVQjf7KQCSzmNsws=";
14 vendorHash = "sha256-MpmDQ++32Rop1yYcibEr7hQJ7YAU1QvITzTSstL5V9w=";
19 description = "Yet another Go REPL that works nicely";
21 homepage = "https://github.com/motemen/gore";
22 license = licenses.mit;
23 maintainers = with maintainers; [ offline ];