Commit 1e899f19 authored by Michal Nazarewicz's avatar Michal Nazarewicz
Browse files

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).
parent 2610f08d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];