Skip to content

Commit

Permalink
reattach-to-user-namespace: 2.6 -> 2.7
Browse files Browse the repository at this point in the history
Adds macOS Mojave (10.14) support.
  • Loading branch information
LnL7 committed Oct 12, 2018
1 parent e2d857a commit 42088e0
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
name = "reattach-to-user-namespace-${version}";
version = "2.6";
version = "2.7";

src = fetchurl {
url = "https://github.com/ChrisJohnsen/tmux-MacOSX-pasteboard/archive/v2.6.tar.gz";
sha256 = "1d8ynzkdlxyyky9f88f7z50g9lwdydkpb2n7gkw3jgl2ac569xc0";
url = "https://github.com/ChrisJohnsen/tmux-MacOSX-pasteboard/archive/v${version}.tar.gz";
sha256 = "00mjyj8yicrpnlm46rlbkvxgl5381l8xawh7rmjk10p3zrm56jbv";
};

buildFlags = "ARCHES=x86_64";
Expand Down

0 comments on commit 42088e0

Please sign in to comment.