yabai: 7.1.9 -> 7.1.10 (#382083)

authored by Austin Horstman and committed by GitHub 0158769b 0ec1b54c

+3 -3
+3 -3
pkgs/by-name/ya/yabai/package.nix
··· 14 }: 15 stdenv.mkDerivation (finalAttrs: { 16 pname = "yabai"; 17 - version = "7.1.9"; 18 19 src = 20 finalAttrs.passthru.sources.${stdenv.hostPlatform.system} ··· 66 # See the comments on https://github.com/NixOS/nixpkgs/pull/188322 for more information. 67 "aarch64-darwin" = fetchzip { 68 url = "https://github.com/koekeishiya/yabai/releases/download/v${finalAttrs.version}/yabai-v${finalAttrs.version}.tar.gz"; 69 - hash = "sha256-x5V269Jilpv9XdSw5AtLpOBc4io8i1+duj62S4h9eXM="; 70 }; 71 "x86_64-darwin" = fetchFromGitHub { 72 owner = "koekeishiya"; 73 repo = "yabai"; 74 rev = "v${finalAttrs.version}"; 75 - hash = "sha256-STgd51fatxGahhYyCDo35mZbhYwX5n76cdu2NnzjdDM="; 76 }; 77 }; 78
··· 14 }: 15 stdenv.mkDerivation (finalAttrs: { 16 pname = "yabai"; 17 + version = "7.1.10"; 18 19 src = 20 finalAttrs.passthru.sources.${stdenv.hostPlatform.system} ··· 66 # See the comments on https://github.com/NixOS/nixpkgs/pull/188322 for more information. 67 "aarch64-darwin" = fetchzip { 68 url = "https://github.com/koekeishiya/yabai/releases/download/v${finalAttrs.version}/yabai-v${finalAttrs.version}.tar.gz"; 69 + hash = "sha256-mWN59BfexCmaahADzUP+B1xGQK8TNyrKOBKKJ00D7tg="; 70 }; 71 "x86_64-darwin" = fetchFromGitHub { 72 owner = "koekeishiya"; 73 repo = "yabai"; 74 rev = "v${finalAttrs.version}"; 75 + hash = "sha256-4OYB+RlAUD8LcRcUNIEXWfFFedTmQFzcTgqd1g/tdWc="; 76 }; 77 }; 78