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:
parent
527c0bbf84
commit
ce9c83cee0
@ -8,8 +8,8 @@ buildRubyGem rec {
|
|||||||
inherit ruby;
|
inherit ruby;
|
||||||
name = "${gemName}-${version}";
|
name = "${gemName}-${version}";
|
||||||
gemName = "tmuxinator";
|
gemName = "tmuxinator";
|
||||||
version = "2.0.2";
|
version = "2.0.3";
|
||||||
source.sha256 = "0wwrgx1syi3zrwn52pblh7qivyxp3cvq0rywp6n0s2bkk0xz903z";
|
source.sha256 = "0js43hl07is9nx1b17g8x2blh1q7ls8y4dshcb50r5dn7drpardh";
|
||||||
|
|
||||||
erubis = buildRubyGem rec {
|
erubis = buildRubyGem rec {
|
||||||
inherit ruby;
|
inherit ruby;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user