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 }: 15 stdenv.mkDerivation (finalAttrs: { 16 pname = "yabai"; 17 - version = "7.1.14"; 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-cDONHrNPBTzEkVqxN1cHDqVumfyfcHrTYGZxn4s/mEA="; 70 }; 71 "x86_64-darwin" = fetchFromGitHub { 72 owner = "koekeishiya"; 73 repo = "yabai"; 74 rev = "v${finalAttrs.version}"; 75 - hash = "sha256-YbEx1CzuvSFYFD3HgiZrrAd1x9cOQF6fGdgsOlkmUGU="; 76 }; 77 }; 78
··· 14 }: 15 stdenv.mkDerivation (finalAttrs: { 16 pname = "yabai"; 17 + version = "7.1.15"; 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-QDGt/v5t7g6+y6ijpLRF7YkqF8bISfxk684m7uUg4eM="; 70 }; 71 "x86_64-darwin" = fetchFromGitHub { 72 owner = "koekeishiya"; 73 repo = "yabai"; 74 rev = "v${finalAttrs.version}"; 75 + hash = "sha256-HvaMPmXNlFVOezqWxqXaAUq8E8O2ZkXMQPwkKXCAOcY="; 76 }; 77 }; 78