Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

tmuxinator: 0.8.1 -> 0.9.0

+4 -4
+4 -4
pkgs/tools/misc/tmuxinator/default.nix
··· 8 8 inherit ruby; 9 9 name = "${gemName}-${version}"; 10 10 gemName = "tmuxinator"; 11 - version = "0.8.1"; 12 - sha256 = "1cpmlfa684j9r1hjya70nfcl5lzdbzmbi9hqbs5nhxha97b77qs5"; 11 + version = "0.9.0"; 12 + sha256 = "13p8rvf1naknjin1n97370ifyj475lyyh60cbw2v6gczi9rs84p3"; 13 13 14 14 erubis = buildRubyGem rec { 15 15 inherit ruby; ··· 33 33 description = "Manage complex tmux sessions easily"; 34 34 homepage = https://github.com/tmuxinator/tmuxinator; 35 35 license = licenses.mit; 36 - maintainers = with maintainers; [ auntie ]; 36 + maintainers = with maintainers; [ auntie ericsagnes ]; 37 37 platforms = platforms.unix; 38 38 }; 39 - } 39 + }