reattach-to-user-namespace: fix version
This commit is contained in:
parent
6462eb6bdd
commit
3f49c4f3ce
|
@ -1,7 +1,7 @@
|
||||||
{ stdenv, fetchgit }:
|
{ stdenv, fetchgit }:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "reattach-to-user-namespace-2.4";
|
name = "reattach-to-user-namespace-2.5";
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = "https://github.com/ChrisJohnsen/tmux-MacOSX-pasteboard.git";
|
url = "https://github.com/ChrisJohnsen/tmux-MacOSX-pasteboard.git";
|
||||||
|
|
Loading…
Reference in New Issue