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

tmux-xpanes: 4.1.1 -> 4.1.2
This commit is contained in:
Mario Rodas 2020-05-23 00:37:18 -05:00 committed by GitHub
commit 5b07abaff5
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.1";
version = "4.1.2";
src = fetchFromGitHub {
owner = "greymd";
repo = pname;
rev = "v${version}";
sha256 = "13q02vdk229chgbn547wwv29cj4njvz02lmw840g8qmwh73qb2pi";
sha256 = "0vm5mi6dqdbg0b5qh4r8sr1plpc00jryd8a2qxpp3a72cigjvvf0";
};
buildInputs = [ openssl perl ];