about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPol Dellaiera <pol.dellaiera@protonmail.com>2024-02-12 03:20:35 +0100
committerGitHub <noreply@github.com>2024-02-12 03:20:35 +0100
commit92464134e03c1713b2d05409959fc92b582d0cfb (patch)
tree8a96d7bd7f530f1ad00ab0685ea9a90bd2ad1674
parent113bb026d5d3d873a2c52787e26af10ebb5f30b0 (diff)
parent99a12fdbb07c8d7711253bed31a97c329a229ebe (diff)
downloadnixlib-92464134e03c1713b2d05409959fc92b582d0cfb.tar
nixlib-92464134e03c1713b2d05409959fc92b582d0cfb.tar.gz
nixlib-92464134e03c1713b2d05409959fc92b582d0cfb.tar.bz2
nixlib-92464134e03c1713b2d05409959fc92b582d0cfb.tar.lz
nixlib-92464134e03c1713b2d05409959fc92b582d0cfb.tar.xz
nixlib-92464134e03c1713b2d05409959fc92b582d0cfb.tar.zst
nixlib-92464134e03c1713b2d05409959fc92b582d0cfb.zip
Merge pull request #286322 from khaneliman/yabai
yabai: 6.0.7 -> 6.0.11
-rw-r--r--pkgs/os-specific/darwin/yabai/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/os-specific/darwin/yabai/default.nix b/pkgs/os-specific/darwin/yabai/default.nix
index 54d307290925..549acdce24f0 100644
--- a/pkgs/os-specific/darwin/yabai/default.nix
+++ b/pkgs/os-specific/darwin/yabai/default.nix
@@ -17,7 +17,7 @@
 
 let
   pname = "yabai";
-  version = "6.0.7";
+  version = "6.0.11";
 
   test-version = testers.testVersion {
     package = yabai;
@@ -53,7 +53,7 @@ in
 
     src = fetchzip {
       url = "https://github.com/koekeishiya/yabai/releases/download/v${version}/yabai-v${version}.tar.gz";
-      hash = "sha256-hZMBXSCiTlx/37jt2yLquCQ8AZ2LS3heIFPKolLub1c=";
+      hash = "sha256-CfyuWvxkeZQVuwMbX90CZF0RiY6q+o0WtfE3H9Z8q1o=";
     };
 
     nativeBuildInputs = [
@@ -89,7 +89,7 @@ in
       owner = "koekeishiya";
       repo = "yabai";
       rev = "v${version}";
-      hash = "sha256-vWL2KA+Rhj78I2J1kGItJK+OdvhVo1ts0NoOHIK65Hg=";
+      hash = "sha256-HaflgZJ7QqooaSUNW+Uu0LD9+AVu4hHyJtILUrOC9+I=";
     };
 
     nativeBuildInputs = [