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

tmux-xpanes: 4.1.4 -> 4.2.0
This commit is contained in:
Mario Rodas
2024-02-13 05:58:05 -05:00
committed by GitHub
+2 -2
View File
@@ -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 ];