Update patch
All checks were successful
/ check (push) Successful in 1m32s

This commit is contained in:
Oliver Davies 2025-07-14 21:10:53 +01:00
parent 0cdca7d5a1
commit caeb674cbb

View file

@ -28,7 +28,7 @@ stdenv.mkDerivation {
patches = [ patches = [
(fetchpatch { (fetchpatch {
name = "Sort directories alphabetically #23"; name = "Sort directories alphabetically #23";
sha256 = "sha256-/5ob/cVieu/qq0keFOJy2sq0NNdbUiy9k2a8/6ydju4="; sha256 = "sha256-fM5F6Qs1fFXU4G7BFmYoD4L/oo2ZWh3RgE8MRCyUph4=";
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";
}) })
]; ];