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

tmux-xpanes: 4.1.4 -> 4.2.0

authored by Mario Rodas and committed by GitHub 70fb77a6 21cf2e42

+2 -2
+2 -2
pkgs/tools/misc/tmux-xpanes/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "tmux-xpanes"; 5 - version = "4.1.4"; 5 + version = "4.2.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "greymd"; 9 9 repo = pname; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-kS8VrD0CT350Y1ql6ta47nXdEzmuqEpFJeXRw58yMGc="; 11 + sha256 = "sha256-PF2K2A49c5djQqSO7ZLFyBwPZaJRK58qZTFpY7n+Z0w="; 12 12 }; 13 13 14 14 buildInputs = [ openssl perl ];