From 26259480b248b07c6c32821111244f610e519fad Mon Sep 17 00:00:00 2001 From: David Crompton Date: Sat, 11 May 2024 11:47:34 -0400 Subject: [PATCH] universedesktop: DWL, patch and update --- machines/universedesktop/desktop/dwl.nix | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/machines/universedesktop/desktop/dwl.nix b/machines/universedesktop/desktop/dwl.nix index 7e58a34..f277a03 100644 --- a/machines/universedesktop/desktop/dwl.nix +++ b/machines/universedesktop/desktop/dwl.nix @@ -27,9 +27,18 @@ in { (dwl-patch "ipc") (dwl-patch "restore-monitor") (dwl-patch "regexrules") - (dwl-patch "regions") ]; in { + version = "10-05-2024"; + + src = final.fetchFromGitea { + domain = "codeberg.org"; + owner = "dwl"; + repo = "dwl"; + rev = "9825c26cdd5dfed34022b77a8936c5d8f485e134"; + hash = "sha256-p7BhCbCduMNTEK5DYNGBYXf+9WU6WlRvR9VdOuSTrVU="; + }; + patches = (old.patches or []) ++ patches; postPatch = '' export termcmd=${pkgs.foot}/bin/foot