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 12:21:43 -0800
committerJude Taylor <me@jude.bio>2017-01-10 12:21:43 -0800
commit3f49c4f3ce8762036f82195dcd6a75f17f37fc2b (patch)
tree40e8233b2be21209c39c9ce4d2144e302a7243c1 /pkgs/os-specific/darwin/reattach-to-user-namespace
parent6462eb6bdde8ebeaf7439455a52758ddc82be4f0 (diff)
downloadnixpkgs-3f49c4f3ce8762036f82195dcd6a75f17f37fc2b.tar
nixpkgs-3f49c4f3ce8762036f82195dcd6a75f17f37fc2b.tar.gz
nixpkgs-3f49c4f3ce8762036f82195dcd6a75f17f37fc2b.tar.bz2
nixpkgs-3f49c4f3ce8762036f82195dcd6a75f17f37fc2b.tar.lz
nixpkgs-3f49c4f3ce8762036f82195dcd6a75f17f37fc2b.tar.xz
nixpkgs-3f49c4f3ce8762036f82195dcd6a75f17f37fc2b.tar.zst
nixpkgs-3f49c4f3ce8762036f82195dcd6a75f17f37fc2b.zip
reattach-to-user-namespace: fix version
Diffstat (limited to 'pkgs/os-specific/darwin/reattach-to-user-namespace')
-rw-r--r--pkgs/os-specific/darwin/reattach-to-user-namespace/default.nix2
1 files changed, 1 insertions, 1 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 5b3ee9c88f8..e2776475432 100644
--- a/pkgs/os-specific/darwin/reattach-to-user-namespace/default.nix
+++ b/pkgs/os-specific/darwin/reattach-to-user-namespace/default.nix
@@ -1,7 +1,7 @@
 { stdenv, fetchgit }:
 
 stdenv.mkDerivation {
-  name = "reattach-to-user-namespace-2.4";
+  name = "reattach-to-user-namespace-2.5";
 
   src = fetchgit {
     url = "https://github.com/ChrisJohnsen/tmux-MacOSX-pasteboard.git";