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

tmux-xpanes: 4.1.0 -> 4.1.1
This commit is contained in:
Mario Rodas
2020-02-08 10:42:44 -05:00
committed by GitHub

View File

@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "tmux-xpanes";
version = "4.1.0";
version = "4.1.1";
src = fetchFromGitHub {
owner = "greymd";
repo = pname;
rev = "v${version}";
sha256 = "11yz6rh2ckd1z8q80n8giv2gcz2i22fgf3pnfxq96qrzflb0d96a";
sha256 = "13q02vdk229chgbn547wwv29cj4njvz02lmw840g8qmwh73qb2pi";
};
buildInputs = [ openssl perl ];