PR submitted upstream: https://github.com/ThePrimeagen/tmux-sessionizer/pull/23.
This commit is contained in:
parent
2c66524d18
commit
4e96379717
1 changed files with 7 additions and 1 deletions
|
@ -25,5 +25,11 @@ stdenv.mkDerivation {
|
|||
chmod +x $out/bin/tmux-sessionizer
|
||||
'';
|
||||
|
||||
# TODO: create another patch to sort results.
|
||||
patches = [
|
||||
(fetchpatch {
|
||||
name = "Sort directories alphabetically #23";
|
||||
sha256 = "sha256-+YvXIV3VLdxzIDPYCNaJDHLxUxWuInnNNdS3VrqTpIs=";
|
||||
url = "https://patch-diff.githubusercontent.com/raw/ThePrimeagen/tmux-sessionizer/pull/23.patch";
|
||||
})
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue