1 { lib, rustPlatform, fetchFromGitHub }:
3 rustPlatform.buildRustPackage rec {
7 src = fetchFromGitHub {
11 sha256 = "sha256-XMz1ZOTz2q1Dt4QdxG83re9PIsgvxTTkytESkgKxhGM=";
14 cargoHash = "sha256-PfTx6PcW5DESShfr9Ekhbq1asZ0xUGM4Vi9EwmoDv+s";
16 patches = [ ./fix.patch ];
19 homepage = "https://github.com/fcsonline/tmux-thumbs";
20 description = "Lightning fast version of tmux-fingers written in Rust, copy/pasting tmux like vimium/vimperator";
21 license = licenses.mit;
22 maintainers = with maintainers; [ ghostbuster91 ];