yabai: 5.0.9 -> 6.0.0

This commit is contained in:
auxves 2023-10-14 16:29:47 -07:00
parent 6b835f2557
commit 8de225d11e
No known key found for this signature in database

View File

@ -17,7 +17,7 @@
let let
pname = "yabai"; pname = "yabai";
version = "5.0.9"; version = "6.0.0";
test-version = testers.testVersion { test-version = testers.testVersion {
package = yabai; package = yabai;
@ -53,7 +53,7 @@ in
src = fetchzip { src = fetchzip {
url = "https://github.com/koekeishiya/yabai/releases/download/v${version}/yabai-v${version}.tar.gz"; url = "https://github.com/koekeishiya/yabai/releases/download/v${version}/yabai-v${version}.tar.gz";
hash = "sha256-6dqQ+kau/aUAM4oPSkcgZJlJModcjKOXPlTB32MvoLQ="; hash = "sha256-KeZ5srx9dfQN9u6Fgg9BtIhLhFWp975iz72m78bWINo=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
@ -89,7 +89,7 @@ in
owner = "koekeishiya"; owner = "koekeishiya";
repo = "yabai"; repo = "yabai";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-uy1KOBJa9BNK5bd+5q5okMouAV0H3DUXrG3Mvr5U6oc="; hash = "sha256-BQhFTn9KDBv9oG8kT2TFFpPZGHARg7DfN+IeQNNDE84=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [