Skip to content

Commit

Permalink
Merge pull request #90309 from cmacrae/upgrade/yabai/3.2.0
Browse files Browse the repository at this point in the history
yabai: 3.1.2 -> 3.2.0
  • Loading branch information
marsam committed Jun 14, 2020
2 parents 4886783 + b3a8e07 commit a5a14de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/darwin/yabai/default.nix
Expand Up @@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
pname = "yabai";
version = "3.1.2";
version = "3.2.0";

src = fetchFromGitHub {
owner = "koekeishiya";
repo = pname;
rev = "v${version}";
sha256 = "01vkx8nqds4f7nnzml4qf976xm89w6psxbpswkn98r5k03zfa8r0";
sha256 = "1iq5p4k6klffglxfhmzc2jvlilwn0w97vb5v4b91spiyp39nqcfw";
};

buildInputs = [ Carbon Cocoa ScriptingBridge ];
Expand Down

0 comments on commit a5a14de

Please sign in to comment.