yabai: 7.1.14 -> 7.1.15 (#408424)

authored by Austin Horstman and committed by GitHub de362147 7db470b1

+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.14"; 17 + version = "7.1.15"; 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-cDONHrNPBTzEkVqxN1cHDqVumfyfcHrTYGZxn4s/mEA="; 69 + hash = "sha256-QDGt/v5t7g6+y6ijpLRF7YkqF8bISfxk684m7uUg4eM="; 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-YbEx1CzuvSFYFD3HgiZrrAd1x9cOQF6fGdgsOlkmUGU="; 75 + hash = "sha256-HvaMPmXNlFVOezqWxqXaAUq8E8O2ZkXMQPwkKXCAOcY="; 76 76 }; 77 77 }; 78 78