Merge pull request #313060 from rvolosatovs/update/yabai

yabai: 7.1.0 -> 7.1.1

authored by Weijia Wang and committed by GitHub 1615d579 7189f1c8

+3 -3
+3 -3
pkgs/by-name/ya/yabai/package.nix
··· 27 in 28 stdenv'.mkDerivation (finalAttrs: { 29 pname = "yabai"; 30 - version = "7.1.0"; 31 32 src = 33 finalAttrs.passthru.sources.${stdenv.hostPlatform.system} ··· 96 # See the comments on https://github.com/NixOS/nixpkgs/pull/188322 for more information. 97 "aarch64-darwin" = fetchzip { 98 url = "https://github.com/koekeishiya/yabai/releases/download/v${finalAttrs.version}/yabai-v${finalAttrs.version}.tar.gz"; 99 - hash = "sha256-88Sh2nizAQ0a0cnlnrkhb5x3VjHa372HhjHlmNjGdQ4="; 100 }; 101 "x86_64-darwin" = fetchFromGitHub { 102 owner = "koekeishiya"; 103 repo = "yabai"; 104 rev = "v${finalAttrs.version}"; 105 - hash = "sha256-5iC1U6tyUYFLjOfnIxCrjCjj2deUZ/rvsJN4jlrr2Tc="; 106 }; 107 }; 108
··· 27 in 28 stdenv'.mkDerivation (finalAttrs: { 29 pname = "yabai"; 30 + version = "7.1.1"; 31 32 src = 33 finalAttrs.passthru.sources.${stdenv.hostPlatform.system} ··· 96 # See the comments on https://github.com/NixOS/nixpkgs/pull/188322 for more information. 97 "aarch64-darwin" = fetchzip { 98 url = "https://github.com/koekeishiya/yabai/releases/download/v${finalAttrs.version}/yabai-v${finalAttrs.version}.tar.gz"; 99 + hash = "sha256-LNOAT1vm6EEmcKdshMKjYWFfoRoRNbgZgjEpOTacWc8="; 100 }; 101 "x86_64-darwin" = fetchFromGitHub { 102 owner = "koekeishiya"; 103 repo = "yabai"; 104 rev = "v${finalAttrs.version}"; 105 + hash = "sha256-dznMjSaS2kkyYf7JrNf1Y++Nb5YFOmk/JQP3BBrf5Bk="; 106 }; 107 }; 108