urxvt-tabbedex: 22.32 → 26.16.1

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).
This commit is contained in:
Michal Nazarewicz
2026-04-07 17:54:40 +02:00
parent 2610f08d3d
commit 1e899f1972

View File

@@ -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 ];