Add names to external patches
All checks were successful
/ check (push) Successful in 1m9s

This commit is contained in:
Oliver Davies 2025-06-02 00:25:50 +01:00
parent 5467ae123f
commit 424c5e9127
3 changed files with 6 additions and 0 deletions

View file

@ -23,6 +23,7 @@ stdenv.mkDerivation {
./move-default-script.patch
(fetchpatch {
name = "feat: Made folders more dynamic";
url = "https://patch-diff.githubusercontent.com/raw/ThePrimeagen/tmux-sessionizer/pull/2.patch";
sha256 = "sha256-4/4rzve49T3FHnl9WWUPJVcb0NQojMQjIVnEZGwVAsY=";
})