reattach-to-user-namespace: fix sha (#15871)
This commit is contained in:
parent
961164a8a7
commit
68b0f2f500
|
@ -4,7 +4,7 @@ stdenv.mkDerivation {
|
||||||
name = "reattach-to-user-namespace-2.4";
|
name = "reattach-to-user-namespace-2.4";
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = "https://github.com/ChrisJohnsen/tmux-MacOSX-pasteboard.git";
|
url = "https://github.com/ChrisJohnsen/tmux-MacOSX-pasteboard.git";
|
||||||
sha256 = "1f9q1wxq764zidnx5hbdkbbyxxzfih0l0cjpgr0pxzwbmd2q6cvv";
|
sha256 = "0hrh95di5dvpynq2yfcrgn93l077h28i6msham00byw68cx0dd3z";
|
||||||
rev = "2765aeab8f337c29e260a912bf4267a2732d8640";
|
rev = "2765aeab8f337c29e260a912bf4267a2732d8640";
|
||||||
};
|
};
|
||||||
buildFlags = "ARCHES=x86_64";
|
buildFlags = "ARCHES=x86_64";
|
||||||
|
|
Loading…
Reference in New Issue