1 { lib, fetchFromGitHub, rustPlatform }:
3 rustPlatform.buildRustPackage rec {
7 src = fetchFromGitHub {
11 hash = "sha256-4I6RjSCfNyeSQwGn6zX9AhePkqr+uOuhXdV0tat1LqI=";
14 cargoHash = "sha256-VFrN58SRTRGH+RSc59RIdsysR3umnrU2KM5XVCp9u1Q=";
17 description = "An independent Rust text editor that runs in your terminal";
18 homepage = "https://github.com/curlpipe/ox";
19 changelog = "https://github.com/curlpipe/ox/releases/tag/${version}";
20 license = licenses.gpl2Only;
21 maintainers = with maintainers; [ moni ];