yabai: 7.1.5 -> 7.1.6 (#375949)

authored by Austin Horstman and committed by GitHub 39ede5e4 81a92450

+3 -3
+3 -3
pkgs/by-name/ya/yabai/package.nix
··· 14 14 }: 15 15 stdenv.mkDerivation (finalAttrs: { 16 16 pname = "yabai"; 17 - version = "7.1.5"; 17 + version = "7.1.6"; 18 18 19 19 src = 20 20 finalAttrs.passthru.sources.${stdenv.hostPlatform.system} ··· 66 66 # See the comments on https://github.com/NixOS/nixpkgs/pull/188322 for more information. 67 67 "aarch64-darwin" = fetchzip { 68 68 url = "https://github.com/koekeishiya/yabai/releases/download/v${finalAttrs.version}/yabai-v${finalAttrs.version}.tar.gz"; 69 - hash = "sha256-o+9Z3Kxo1ff1TZPmmE6ptdOSsruQzxZm59bdYvhRo3c="; 69 + hash = "sha256-6cHOHL73BB2UaZKLPxnc6n0bo7XwhxehDj+m+s1dGqk="; 70 70 }; 71 71 "x86_64-darwin" = fetchFromGitHub { 72 72 owner = "koekeishiya"; 73 73 repo = "yabai"; 74 74 rev = "v${finalAttrs.version}"; 75 - hash = "sha256-6HBWJvjVWagtHrfjWaYSRcnQOuwTBVeVxo3wc+jSlyE="; 75 + hash = "sha256-yigpGy4n7QS1WvWyxESmSPNWqGWh7Mqp/NrmvdMhPdY="; 76 76 }; 77 77 }; 78 78