dwm: Add alpha patch

This commit is contained in:
Donovan Glover 2024-08-22 18:29:47 -04:00
parent 9e76605a80
commit c0c3871209
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -121,6 +121,11 @@ in
url = "https://dwm.suckless.org/patches/hide_vacant_tags/dwm-hide_vacant_tags-6.4.diff";
hash = "sha256-GIbRW0Inwbp99rsKLfIDGvPwZ3pqihROMBp5vFlHx5Q=";
})
(pkgs.fetchpatch {
url = "https://dwm.suckless.org/patches/alpha/dwm-alpha-20230401-348f655.diff";
hash = "sha256-ZhuqyDpY+nQQgrjniQ9DNheUgE9o/MUXKaJYRU3Uyl4=";
})
];
};
};