diff --git a/pkgs/additional/sxmo-utils/default.nix b/pkgs/additional/sxmo-utils/default.nix index 68855728..e5ee8a6b 100644 --- a/pkgs/additional/sxmo-utils/default.nix +++ b/pkgs/additional/sxmo-utils/default.nix @@ -58,6 +58,12 @@ let url = "https://lists.sr.ht/~mil/sxmo-devel/patches/44110/mbox"; hash = "sha256-jXtwgOVGSjwWj7a36F6P+e63lKvk4OmFIzxTkf9yZMs="; }) + (fetchpatch { + # merged ~2023/10/04 + name = ''sxmo_wmmenu.sh: add "Kill window" option''; + url = "https://lists.sr.ht/~mil/sxmo-devel/patches/45263/mbox"; + hash = "sha256-qDvlLecAjxcKXP7tvhMnySkWPkj6oV0Z0Qm3kudazdk="; + }) ]; unmerged = [ # (fetchpatch { @@ -74,12 +80,6 @@ let hash = "sha256-ZcUD2UWPM8PxGM9TBnGe8JCJgMC72OZYzctDf2o7Ub0="; }) - (fetchpatch { - name = ''sxmo_wmmenu.sh: add "Kill window" option''; - url = "https://lists.sr.ht/~mil/sxmo-devel/patches/45263/mbox"; - hash = "sha256-qDvlLecAjxcKXP7tvhMnySkWPkj6oV0Z0Qm3kudazdk="; - }) - ## these might or might not be upstream-worthy ./0104-full-auto-rotate.patch # ./0106-no-restart-lisgd.patch @@ -111,6 +111,11 @@ let url = "https://git.uninsane.org/colin/sxmo-utils/commit/0087acfecedf9d1663c8b526ed32e1e2c3fc97f9.patch"; hash = "sha256-YwlGM/vx3ZrBShXJJYuUa7FTPQ4CFP/tYffJzUxC7tI="; }) + (fetchpatch { + name = "suspend: block if Dino is in a call"; + url = "https://git.uninsane.org/colin/sxmo-utils/commit/9427e4d1251599bbc822db477f387926ede90554.patch"; + hash = "sha256-VSlrbfbsAGeih852ArQMFZtTxE+ADMk2OPXSKVpCPS0="; + }) ]; }; in {