yabai: 7.1.18 -> 7.1.19

Changelog: https://github.com/asmvik/yabai/blob/v7.1.19/CHANGELOG.md
This commit is contained in:
Austin Horstman
2026-04-18 18:44:54 -05:00
parent 9868368dc9
commit ee3587ebb5
+3 -3
View File
@@ -14,7 +14,7 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "yabai";
version = "7.1.18";
version = "7.1.19";
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/asmvik/yabai/releases/download/v${finalAttrs.version}/yabai-v${finalAttrs.version}.tar.gz";
hash = "sha256-DAMSbAO+Azb+3yyJidBHnB9JWALiW/rUItzBStzK6SU=";
hash = "sha256-IzVVJRKK2jV8ZwPLAyDR7EPU0QEh/g+LfHyjnYpC6KU=";
};
"x86_64-darwin" = fetchFromGitHub {
owner = "asmvik";
repo = "yabai";
rev = "v${finalAttrs.version}";
hash = "sha256-go3CsFxJCHpEJ8EGv9B5pXt/1AifGLM8S5TIXkhKgDc=";
hash = "sha256-WNyd/GNS4+Ut0C+cvL0+WmdXr/4dgySJIyTIUpaBjUU=";
};
};