Skip to content

Commit

Permalink
overlays/yabai: 7.1.2
Browse files Browse the repository at this point in the history
add overlay until NixOS/nixpkgs#333699 is
available
  • Loading branch information
khaneliman committed Aug 10, 2024
1 parent c186713 commit b58e88a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions overlays/yabai/default.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
_: _final: prev: {
# TODO: remove after https://github.com/NixOS/nixpkgs/pull/333699 is available
yabai = prev.yabai.overrideAttrs (_oldAttrs: rec {
version = "7.1.2";

src = prev.fetchzip {
url = "https://github.com/koekeishiya/yabai/releases/download/v${version}/yabai-v${version}.tar.gz";
hash = "sha256-4ZJs7Xpou0Ek0CCCjbK47Nu/XPpuTpBDU8GJz5AsaUg=";
};
});
}

0 comments on commit b58e88a

Please sign in to comment.