chore: update yabai to version 7.1.16 and update download URL
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m26s

This commit is contained in:
uttarayan21
2025-10-10 11:58:48 +05:30
parent 2e37b237da
commit 8648f85372
2 changed files with 5 additions and 5 deletions

View File

@@ -486,7 +486,7 @@ in {
nix.flake.autoArchive = true; nix.flake.autoArchive = true;
}; };
}; };
marksman.enable = true; # marksman.enable = true;
neocmake.enable = true; neocmake.enable = true;
nushell.enable = true; nushell.enable = true;
clangd.enable = true; clangd.enable = true;

View File

@@ -235,11 +235,11 @@
version = "v1.142.0"; version = "v1.142.0";
src = inputs.immich; src = inputs.immich;
}); });
yabai = prev.yabai.overrideAttrs (oldAttrs: { yabai = prev.yabai.overrideAttrs (oldAttrs: rec {
version = "7.1.15"; version = "7.1.16";
src = final.fetchzip { src = final.fetchzip {
url = "https://git.darksailor.dev/servius/yabai-bin/raw/commit/cedc50758c21844d71ad07a60515657baa9ea1e0/yabai-v7.1.15.tar.gz"; url = "https://github.com/koekeishiya/yabai/releases/download/v${version}/yabai-v${version}.tar.gz";
hash = "sha256-NVEPwMYyZ89JOyAWux9ClamDUGULWC8kQu3wak5m/IY="; hash = "sha256-rEO+qcat6heF3qrypJ02Ivd2n0cEmiC/cNUN53oia4w=";
}; };
}); });
}; };