mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
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:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user