forked from mirrors/nixpkgs
reattach-to-user-namespace: fix version
This commit is contained in:
parent
6462eb6bdd
commit
3f49c4f3ce
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue