Merge pull request #89229 from shardulbee/update-yabai-3.0.2

yabai: 3.0.1 -> 3.0.2
This commit is contained in:
Mario Rodas 2020-05-31 09:53:32 -05:00 committed by GitHub
commit 8a73ac0f34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 3 deletions

View File

@ -8809,6 +8809,12 @@
github = "ngerstle";
githubId = 1023752;
};
shardy = {
email = "shardul@baral.ca";
github = "shardulbee";
githubId = 16765155;
name = "Shardul Baral";
};
xavierzwirtz = {
email = "me@xavierzwirtz.com";
github = "xavierzwirtz";

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "yabai";
version = "3.0.1";
version = "3.0.2";
src = fetchFromGitHub {
owner = "koekeishiya";
repo = pname;
rev = "v${version}";
sha256 = "1m7hnrbwvahf174g6j5wjlcqa8zgd1fzqwrgnx9pma6pnh8q45lx";
sha256 = "16y719384f9bx8zwfsjk5v2nyjyf43m154idsfzxpx0bbl8w5bpj";
};
buildInputs = [ Carbon Cocoa ScriptingBridge ];
@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
'';
homepage = "https://github.com/koekeishiya/yabai";
platforms = platforms.darwin;
maintainers = [ maintainers.cmacrae ];
maintainers = [ maintainers.cmacrae maintainers.shardy ];
license = licenses.mit;
};
}