3
0
Fork 0
forked from mirrors/nixpkgs

reattach-to-user-namespace: fix version

This commit is contained in:
Jude Taylor 2017-01-10 12:21:43 -08:00
parent 6462eb6bdd
commit 3f49c4f3ce

View file

@ -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";