Merge pull request #77306 from gpevnev/reattach-to-user-namespace-2.8

reattach-to-user-namespace: 2.7 -> 2.8
This commit is contained in:
Daiderd Jordan 2020-01-08 12:06:59 +01:00 committed by GitHub
commit e0b00eda58
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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