Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: dd80b19cb698
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e0b00eda5883
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 8, 2020

  1. reattach-to-user-namespace: 2.7 -> 2.8

    Add macOS Catalina (10.15) "support".
    gpevnev committed Jan 8, 2020
    Copy the full SHA
    a17dbd8 View commit details
  2. Merge pull request #77306 from gpevnev/reattach-to-user-namespace-2.8

    reattach-to-user-namespace: 2.7 -> 2.8
    LnL7 authored Jan 8, 2020
    Copy the full SHA
    e0b00ed View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/os-specific/darwin/reattach-to-user-namespace/default.nix
Original file line number Diff line number Diff line change
@@ -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" ];