From 8648f85372e8d0433f66e9c819d417bd66c54791 Mon Sep 17 00:00:00 2001 From: uttarayan21 Date: Fri, 10 Oct 2025 11:58:48 +0530 Subject: [PATCH] chore: update yabai to version 7.1.16 and update download URL --- neovim/default.nix | 2 +- overlays.nix | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/neovim/default.nix b/neovim/default.nix index 65f6eef5..aebfebbb 100644 --- a/neovim/default.nix +++ b/neovim/default.nix @@ -486,7 +486,7 @@ in { nix.flake.autoArchive = true; }; }; - marksman.enable = true; + # marksman.enable = true; neocmake.enable = true; nushell.enable = true; clangd.enable = true; diff --git a/overlays.nix b/overlays.nix index 427f2eac..678ea48e 100644 --- a/overlays.nix +++ b/overlays.nix @@ -235,11 +235,11 @@ version = "v1.142.0"; src = inputs.immich; }); - yabai = prev.yabai.overrideAttrs (oldAttrs: { - version = "7.1.15"; + yabai = prev.yabai.overrideAttrs (oldAttrs: rec { + version = "7.1.16"; src = final.fetchzip { - url = "https://git.darksailor.dev/servius/yabai-bin/raw/commit/cedc50758c21844d71ad07a60515657baa9ea1e0/yabai-v7.1.15.tar.gz"; - hash = "sha256-NVEPwMYyZ89JOyAWux9ClamDUGULWC8kQu3wak5m/IY="; + url = "https://github.com/koekeishiya/yabai/releases/download/v${version}/yabai-v${version}.tar.gz"; + hash = "sha256-rEO+qcat6heF3qrypJ02Ivd2n0cEmiC/cNUN53oia4w="; }; }); };