Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ce3273708bfd
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 84aaebee5b2e
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jun 18, 2017

  1. tmuxinator: 0.8.1 -> 0.9.0

    ericsagnes committed Jun 18, 2017
    Copy the full SHA
    b9eecf8 View commit details
  2. Merge pull request #26693 from ericsagnes/pkg-update/tmuxinator

    tmuxinator: 0.8.1 -> 0.9.0
    Mic92 authored Jun 18, 2017

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    84aaebe View commit details
Showing with 4 additions and 4 deletions.
  1. +4 −4 pkgs/tools/misc/tmuxinator/default.nix
8 changes: 4 additions & 4 deletions pkgs/tools/misc/tmuxinator/default.nix
Original file line number Diff line number Diff line change
@@ -8,8 +8,8 @@ buildRubyGem rec {
inherit ruby;
name = "${gemName}-${version}";
gemName = "tmuxinator";
version = "0.8.1";
sha256 = "1cpmlfa684j9r1hjya70nfcl5lzdbzmbi9hqbs5nhxha97b77qs5";
version = "0.9.0";
sha256 = "13p8rvf1naknjin1n97370ifyj475lyyh60cbw2v6gczi9rs84p3";

erubis = buildRubyGem rec {
inherit ruby;
@@ -33,7 +33,7 @@ buildRubyGem rec {
description = "Manage complex tmux sessions easily";
homepage = https://github.com/tmuxinator/tmuxinator;
license = licenses.mit;
maintainers = with maintainers; [ auntie ];
maintainers = with maintainers; [ auntie ericsagnes ];
platforms = platforms.unix;
};
}
}