Update patch to sort directories

This commit is contained in:
Oliver Davies 2025-07-09 08:00:00 +01:00
parent b69bc249bc
commit 7b3ab11048

View file

@ -28,7 +28,7 @@ stdenv.mkDerivation {
patches = [ patches = [
(fetchpatch { (fetchpatch {
name = "Sort directories alphabetically #23"; name = "Sort directories alphabetically #23";
sha256 = "sha256-+YvXIV3VLdxzIDPYCNaJDHLxUxWuInnNNdS3VrqTpIs="; sha256 = "sha256-/5ob/cVieu/qq0keFOJy2sq0NNdbUiy9k2a8/6ydju4=";
url = "https://patch-diff.githubusercontent.com/raw/ThePrimeagen/tmux-sessionizer/pull/23.patch"; url = "https://patch-diff.githubusercontent.com/raw/ThePrimeagen/tmux-sessionizer/pull/23.patch";
}) })
]; ];