mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 07:01:54 +00:00
reattach-to-user-namespace: 2.7 -> 2.8
Add macOS Catalina (10.15) "support".
This commit is contained in:
parent
3c3c633fac
commit
a17dbd86ad
@ -2,11 +2,11 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "reattach-to-user-namespace";
|
||||
version = "2.7";
|
||||
version = "2.8";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/ChrisJohnsen/tmux-MacOSX-pasteboard/archive/v${version}.tar.gz";
|
||||
sha256 = "00mjyj8yicrpnlm46rlbkvxgl5381l8xawh7rmjk10p3zrm56jbv";
|
||||
sha256 = "0xxxdd26rcplhpvi2vy6crxadk3d1qkq4xry10lwq6dyya2jf6wb";
|
||||
};
|
||||
|
||||
buildFlags = [ "ARCHES=x86_64" ];
|
||||
|
Loading…
Reference in New Issue
Block a user