Unverified Commit 2b286e65 authored by 7c6f434c's avatar 7c6f434c Committed by GitHub
Browse files

rxvt-unicode-plugins.tabbedex: 19.21 -> 22.32 (#455427)

parents ca421ada 1cfa1527
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 = "19.21";
  version = "22.32";

  src = fetchFromGitHub {
    owner = "mina86";
    repo = "urxvt-tabbedex";
    rev = "v${version}";
    sha256 = "06msd156h6r8ss7qg66sjz5jz8613qfq2yvp0pc24i6mxzj8vl77";
    sha256 = "sha256-4+4iPFoy1j5xjXRM5kBauhff44Y7/ik/+ZLZ1prc+Xo=";
  };

  nativeBuildInputs = [ perl ];