tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
tmuxinator: 0.8.1 -> 0.9.0
Eric Sagnes
8 years ago
b9eecf80
130082d0
+4
-4
1 changed file
expand all
collapse all
unified
split
pkgs
tools
misc
tmuxinator
default.nix
+4
-4
pkgs/tools/misc/tmuxinator/default.nix
···
8
8
inherit ruby;
9
9
name = "${gemName}-${version}";
10
10
gemName = "tmuxinator";
11
11
-
version = "0.8.1";
12
12
-
sha256 = "1cpmlfa684j9r1hjya70nfcl5lzdbzmbi9hqbs5nhxha97b77qs5";
11
11
+
version = "0.9.0";
12
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
36
-
maintainers = with maintainers; [ auntie ];
36
36
+
maintainers = with maintainers; [ auntie ericsagnes ];
37
37
platforms = platforms.unix;
38
38
};
39
39
-
}
39
39
+
}