summary refs log tree commit diff
path: root/pkgs/os-specific/darwin/reattach-to-user-namespace
diff options
context:
space:
mode:
authorJude Taylor <me@jude.bio>2017-01-10 11:50:22 -0800
committerJude Taylor <me@jude.bio>2017-01-10 11:51:03 -0800
commitf2713ce805bbd2e8f369748e046acc4701b96391 (patch)
tree98f381f30ecdb586a2385e4e82fb0c323041c171 /pkgs/os-specific/darwin/reattach-to-user-namespace
parenta493b89907cde49b0791bc6090c16910d55df824 (diff)
downloadnixpkgs-f2713ce805bbd2e8f369748e046acc4701b96391.tar
nixpkgs-f2713ce805bbd2e8f369748e046acc4701b96391.tar.gz
nixpkgs-f2713ce805bbd2e8f369748e046acc4701b96391.tar.bz2
nixpkgs-f2713ce805bbd2e8f369748e046acc4701b96391.tar.lz
nixpkgs-f2713ce805bbd2e8f369748e046acc4701b96391.tar.xz
nixpkgs-f2713ce805bbd2e8f369748e046acc4701b96391.tar.zst
nixpkgs-f2713ce805bbd2e8f369748e046acc4701b96391.zip
update reattach-to-user-namespace
Diffstat (limited to 'pkgs/os-specific/darwin/reattach-to-user-namespace')
-rw-r--r--pkgs/os-specific/darwin/reattach-to-user-namespace/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/darwin/reattach-to-user-namespace/default.nix b/pkgs/os-specific/darwin/reattach-to-user-namespace/default.nix
index 0d5e21485b9..5b3ee9c88f8 100644
--- a/pkgs/os-specific/darwin/reattach-to-user-namespace/default.nix
+++ b/pkgs/os-specific/darwin/reattach-to-user-namespace/default.nix
@@ -5,8 +5,8 @@ stdenv.mkDerivation {
 
   src = fetchgit {
     url = "https://github.com/ChrisJohnsen/tmux-MacOSX-pasteboard.git";
-    sha256 = "0hrh95di5dvpynq2yfcrgn93l077h28i6msham00byw68cx0dd3z";
-    rev = "2765aeab8f337c29e260a912bf4267a2732d8640";
+    sha256 = "0kv11vi54g6waf9941hy1pwmwyab0y7hbmbkcgwhzb5ja21ysc2a";
+    rev = "3689998acce9990726c8a68a85298ab693a62458";
   };
 
   buildFlags = "ARCHES=x86_64";