Skip to content

Commit

Permalink
yabai: 6.0.4 -> 6.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Jan 8, 2024
1 parent 43eec87 commit bb1d7fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/os-specific/darwin/yabai/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

let
pname = "yabai";
version = "6.0.4";
version = "6.0.5";

test-version = testers.testVersion {
package = yabai;
Expand Down Expand Up @@ -53,7 +53,7 @@ in

src = fetchzip {
url = "https://github.com/koekeishiya/yabai/releases/download/v${version}/yabai-v${version}.tar.gz";
hash = "sha256-gxQBZ/7I2TVjoG5a8ea2+W4OwI9pJFbGSbZzcL5JY4Q=";
hash = "sha256-wPJZnnCCaqyNB+Wbw+7LqUdgpwzs0vvZYi7XZp/G8qY=";
};

nativeBuildInputs = [
Expand Down Expand Up @@ -89,7 +89,7 @@ in
owner = "koekeishiya";
repo = "yabai";
rev = "v${version}";
hash = "sha256-U2YGgfTfhpmiBiO+S6xpsLrgI+kVUYYGLGjt8KHcBrc=";
hash = "sha256-ugUizyG8UcLHUBeAq+Ig+ppxTs6misoHs0fjdu2XOQc=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit bb1d7fe

Please sign in to comment.