We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cad8b48 commit e6515d8Copy full SHA for e6515d8
pkgs/by-name/tm/tmuxinator/package.nix
@@ -8,8 +8,8 @@ buildRubyGem rec {
8
inherit ruby;
9
name = "${gemName}-${version}";
10
gemName = "tmuxinator";
11
- version = "3.3.2";
12
- source.sha256 = "sha256-q1VS4ChHVqIpHHO/fGANG5IjgwUfBT2VqT9WAkQeGh4=";
+ version = "3.3.3";
+ source.sha256 = "sha256-kT0S5I+x5qYKqMwSOQl1je1zfOPOj2KT8YvJc7jFp5A=";
13
14
erubi = buildRubyGem rec {
15
0 commit comments