yabai: 7.1.8 -> 7.1.9 (#381894)

This commit is contained in:
Austin Horstman 2025-02-14 06:36:18 -08:00 committed by GitHub
commit cc6f31e5b8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,7 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "yabai";
version = "7.1.8";
version = "7.1.9";
src =
finalAttrs.passthru.sources.${stdenv.hostPlatform.system}
@ -66,13 +66,13 @@ stdenv.mkDerivation (finalAttrs: {
# See the comments on https://github.com/NixOS/nixpkgs/pull/188322 for more information.
"aarch64-darwin" = fetchzip {
url = "https://github.com/koekeishiya/yabai/releases/download/v${finalAttrs.version}/yabai-v${finalAttrs.version}.tar.gz";
hash = "sha256-lD+n3QYI53AiCi32Ci06bNulwdyhRG7xQDVqJqlHOcs=";
hash = "sha256-x5V269Jilpv9XdSw5AtLpOBc4io8i1+duj62S4h9eXM=";
};
"x86_64-darwin" = fetchFromGitHub {
owner = "koekeishiya";
repo = "yabai";
rev = "v${finalAttrs.version}";
hash = "sha256-nbPs8xPh1TW6HU1yl0gStSzsj6yxsBhHUI63y1GGGW0=";
hash = "sha256-STgd51fatxGahhYyCDo35mZbhYwX5n76cdu2NnzjdDM=";
};
};