lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

yabai: 6.0.0 -> 6.0.1

+3 -3
+3 -3
pkgs/os-specific/darwin/yabai/default.nix
··· 17 17 18 18 let 19 19 pname = "yabai"; 20 - version = "6.0.0"; 20 + version = "6.0.1"; 21 21 22 22 test-version = testers.testVersion { 23 23 package = yabai; ··· 53 53 54 54 src = fetchzip { 55 55 url = "https://github.com/koekeishiya/yabai/releases/download/v${version}/yabai-v${version}.tar.gz"; 56 - hash = "sha256-KeZ5srx9dfQN9u6Fgg9BtIhLhFWp975iz72m78bWINo="; 56 + hash = "sha256-CXkGVoJcGSkooxe7eIhwaM6FkOI45NVw5jdLJAzgFBM="; 57 57 }; 58 58 59 59 nativeBuildInputs = [ ··· 89 89 owner = "koekeishiya"; 90 90 repo = "yabai"; 91 91 rev = "v${version}"; 92 - hash = "sha256-BQhFTn9KDBv9oG8kT2TFFpPZGHARg7DfN+IeQNNDE84="; 92 + hash = "sha256-u+MkGd/rkT1RVkzC2IcAcFM9eClFdj3WBFnftUVwkwc="; 93 93 }; 94 94 95 95 nativeBuildInputs = [