mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
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";
|
||||
src = fetchgit {
|
||||
url = "https://github.com/ChrisJohnsen/tmux-MacOSX-pasteboard.git";
|
||||
sha256 = "1f9q1wxq764zidnx5hbdkbbyxxzfih0l0cjpgr0pxzwbmd2q6cvv";
|
||||
sha256 = "0hrh95di5dvpynq2yfcrgn93l077h28i6msham00byw68cx0dd3z";
|
||||
rev = "2765aeab8f337c29e260a912bf4267a2732d8640";
|
||||
};
|
||||
buildFlags = "ARCHES=x86_64";
|
||||
|
Loading…
Reference in New Issue
Block a user