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

tmux-xpanes: 4.1.3 -> 4.1.4
This commit is contained in:
Weijia Wang 2023-03-20 21:47:00 +02:00 committed by GitHub
commit ad6de62069
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "tmux-xpanes";
version = "4.1.3";
version = "4.1.4";
src = fetchFromGitHub {
owner = "greymd";
repo = pname;
rev = "v${version}";
sha256 = "sha256-e0dEkkEkColBQ0PgOQpoVbIkR3aVsrMZoSGbg4O11SU=";
sha256 = "sha256-kS8VrD0CT350Y1ql6ta47nXdEzmuqEpFJeXRw58yMGc=";
};
buildInputs = [ openssl perl ];