tmuxinator: 2.0.2 -> 2.0.3

tmuxinator 2.0.3 fixes a compatibility warning with tmux 2.3, which is
the version packaged on NixOS 21.05.

See https://github.com/tmuxinator/tmuxinator/issues/814

(cherry picked from commit 28ab65b5869c6673e359093662a1dfe3aba9b829)
This commit is contained in:
Serg Nesterov 2021-05-29 01:02:47 +03:00 committed by Bjørn Forsman
parent 527c0bbf84
commit ce9c83cee0

View File

@ -8,8 +8,8 @@ buildRubyGem rec {
inherit ruby;
name = "${gemName}-${version}";
gemName = "tmuxinator";
version = "2.0.2";
source.sha256 = "0wwrgx1syi3zrwn52pblh7qivyxp3cvq0rywp6n0s2bkk0xz903z";
version = "2.0.3";
source.sha256 = "0js43hl07is9nx1b17g8x2blh1q7ls8y4dshcb50r5dn7drpardh";
erubis = buildRubyGem rec {
inherit ruby;