From 1e899f1972ecada32108eed16eadce33fb39af63 Mon Sep 17 00:00:00 2001 From: Michal Nazarewicz Date: Tue, 7 Apr 2026 17:54:40 +0200 Subject: [PATCH] =?UTF-8?q?urxvt-tabbedex:=2022.32=20=E2=86=92=2026.16.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Release notes: * https://github.com/mina86/urxvt-tabbedex/releases/tag/v26.16.1 * https://github.com/mina86/urxvt-tabbedex/releases/tag/v26.16 * https://github.com/mina86/urxvt-tabbedex/releases/tag/v26.15 * https://github.com/mina86/urxvt-tabbedex/releases/tag/v26.09 TL;DR: Spurious border which can appear in some cases has been fixed, window sizing has been improved, and `tabbed.tabbedex-rs-prefix` is no longer respected (all resources must now use `tabbedex` as prefix). --- .../rxvt-unicode-plugins/urxvt-tabbedex/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/terminal-emulators/rxvt-unicode-plugins/urxvt-tabbedex/default.nix b/pkgs/applications/terminal-emulators/rxvt-unicode-plugins/urxvt-tabbedex/default.nix index 64053ef9f3af..3eca87ac0da7 100644 --- a/pkgs/applications/terminal-emulators/rxvt-unicode-plugins/urxvt-tabbedex/default.nix +++ b/pkgs/applications/terminal-emulators/rxvt-unicode-plugins/urxvt-tabbedex/default.nix @@ -7,13 +7,13 @@ stdenv.mkDerivation rec { pname = "urxvt-tabbedex"; - version = "22.32"; + version = "26.16.1"; src = fetchFromGitHub { owner = "mina86"; repo = "urxvt-tabbedex"; rev = "v${version}"; - sha256 = "sha256-4+4iPFoy1j5xjXRM5kBauhff44Y7/ik/+ZLZ1prc+Xo="; + sha256 = "sha256-e/t7AnP7nXkkazK6Oe6mw2Adf5wxR31/nFKeSaCpy/4"; }; nativeBuildInputs = [ perl ];