Skip to content

Commit af9131f

Browse files
committed
yabai: 7.1.4 -> 7.1.5
1 parent 550d4a2 commit af9131f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ya/yabai/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}:
1515
stdenv.mkDerivation (finalAttrs: {
1616
pname = "yabai";
17-
version = "7.1.4";
17+
version = "7.1.5";
1818

1919
src =
2020
finalAttrs.passthru.sources.${stdenv.hostPlatform.system}
@@ -66,13 +66,13 @@ stdenv.mkDerivation (finalAttrs: {
6666
# See the comments on https://github.com/NixOS/nixpkgs/pull/188322 for more information.
6767
"aarch64-darwin" = fetchzip {
6868
url = "https://github.com/koekeishiya/yabai/releases/download/v${finalAttrs.version}/yabai-v${finalAttrs.version}.tar.gz";
69-
hash = "sha256-DAHZwEhPIBIfR2V+jTKje1msB8OMKzwGYgYnDql8zb0=";
69+
hash = "sha256-o+9Z3Kxo1ff1TZPmmE6ptdOSsruQzxZm59bdYvhRo3c=";
7070
};
7171
"x86_64-darwin" = fetchFromGitHub {
7272
owner = "koekeishiya";
7373
repo = "yabai";
7474
rev = "v${finalAttrs.version}";
75-
hash = "sha256-i/UqmBNTLBYY4ORI1Y7FWr+LZK0f/qMdWLPPuTb9+2w=";
75+
hash = "sha256-6HBWJvjVWagtHrfjWaYSRcnQOuwTBVeVxo3wc+jSlyE=";
7676
};
7777
};
7878

0 commit comments

Comments
 (0)