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: fb9831c55d49
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 64279cff00df
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on May 2, 2020

  1. yabai: 2.4.3 -> 3.0.0

    cmacrae committed May 2, 2020
    Copy the full SHA
    fe9938e View commit details
  2. Merge pull request #86557 from cmacrae/upgrade/yabai/3.0.0

    yabai: 2.4.3 -> 3.0.0
    LnL7 authored May 2, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    64279cf View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/os-specific/darwin/yabai/default.nix
6 changes: 3 additions & 3 deletions pkgs/os-specific/darwin/yabai/default.nix
Original file line number Diff line number Diff line change
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
pname = "yabai";
version = "2.4.3";
version = "3.0.0";

src = fetchFromGitHub {
owner = "koekeishiya";
repo = pname;
rev = "v${version}";
sha256 = "1a6pqms5kwdsvr9vcshfa000xf2f5a2qbp5qapx0b3wzclnchjbn";
sha256 = "0ajsh85p2vx18h3s4nicasyhdbh82zg97b1ryhi6l5lkbjpdl4ah";
};

buildInputs = [ Carbon Cocoa ScriptingBridge ];
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
description = ''
A tiling window manager for macOS based on binary space partitioning
'';
homepage = https://github.com/koekeishiya/yabai;
homepage = "https://github.com/koekeishiya/yabai";
platforms = platforms.darwin;
maintainers = [ maintainers.cmacrae ];
license = licenses.mit;