Unverified Commit 353a181b authored by tomf's avatar tomf Committed by GitHub
Browse files

urxvt-tabbedex: 22.32 → 26.16.1 (#509345)

parents 6ed6d3b6 1e899f19
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 ];