Merge pull request #79367 from r-ryantm/auto-update/tmux-xpanes
tmux-xpanes: 4.1.0 -> 4.1.1
This commit is contained in:
commit
724c7985f1
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user