Unverified Commit 70fb77a6 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #286632 from r-ryantm/auto-update/tmux-xpanes

tmux-xpanes: 4.1.4 -> 4.2.0
parents 21cf2e42 ee2c5cd8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
  pname = "tmux-xpanes";
  version = "4.1.4";
  version = "4.2.0";

  src = fetchFromGitHub {
    owner = "greymd";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-kS8VrD0CT350Y1ql6ta47nXdEzmuqEpFJeXRw58yMGc=";
    sha256 = "sha256-PF2K2A49c5djQqSO7ZLFyBwPZaJRK58qZTFpY7n+Z0w=";
  };

  buildInputs = [ openssl perl ];