reattach-to-user-namespace: fix sha (#15871)

This commit is contained in:
Tobias Pflug 2016-06-01 01:40:50 +02:00 committed by Franz Pletz
parent 961164a8a7
commit 68b0f2f500

View File

@ -4,7 +4,7 @@ stdenv.mkDerivation {
name = "reattach-to-user-namespace-2.4";
src = fetchgit {
url = "https://github.com/ChrisJohnsen/tmux-MacOSX-pasteboard.git";
sha256 = "1f9q1wxq764zidnx5hbdkbbyxxzfih0l0cjpgr0pxzwbmd2q6cvv";
sha256 = "0hrh95di5dvpynq2yfcrgn93l077h28i6msham00byw68cx0dd3z";
rev = "2765aeab8f337c29e260a912bf4267a2732d8640";
};
buildFlags = "ARCHES=x86_64";