Loading pkgs/by-name/ya/yabai/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ }: stdenv.mkDerivation (finalAttrs: { pname = "yabai"; version = "7.1.9"; version = "7.1.10"; src = finalAttrs.passthru.sources.${stdenv.hostPlatform.system} Loading Loading @@ -66,13 +66,13 @@ stdenv.mkDerivation (finalAttrs: { # See the comments on https://github.com/NixOS/nixpkgs/pull/188322 for more information. "aarch64-darwin" = fetchzip { url = "https://github.com/koekeishiya/yabai/releases/download/v${finalAttrs.version}/yabai-v${finalAttrs.version}.tar.gz"; hash = "sha256-x5V269Jilpv9XdSw5AtLpOBc4io8i1+duj62S4h9eXM="; hash = "sha256-mWN59BfexCmaahADzUP+B1xGQK8TNyrKOBKKJ00D7tg="; }; "x86_64-darwin" = fetchFromGitHub { owner = "koekeishiya"; repo = "yabai"; rev = "v${finalAttrs.version}"; hash = "sha256-STgd51fatxGahhYyCDo35mZbhYwX5n76cdu2NnzjdDM="; hash = "sha256-4OYB+RlAUD8LcRcUNIEXWfFFedTmQFzcTgqd1g/tdWc="; }; }; Loading Loading
pkgs/by-name/ya/yabai/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ }: stdenv.mkDerivation (finalAttrs: { pname = "yabai"; version = "7.1.9"; version = "7.1.10"; src = finalAttrs.passthru.sources.${stdenv.hostPlatform.system} Loading Loading @@ -66,13 +66,13 @@ stdenv.mkDerivation (finalAttrs: { # See the comments on https://github.com/NixOS/nixpkgs/pull/188322 for more information. "aarch64-darwin" = fetchzip { url = "https://github.com/koekeishiya/yabai/releases/download/v${finalAttrs.version}/yabai-v${finalAttrs.version}.tar.gz"; hash = "sha256-x5V269Jilpv9XdSw5AtLpOBc4io8i1+duj62S4h9eXM="; hash = "sha256-mWN59BfexCmaahADzUP+B1xGQK8TNyrKOBKKJ00D7tg="; }; "x86_64-darwin" = fetchFromGitHub { owner = "koekeishiya"; repo = "yabai"; rev = "v${finalAttrs.version}"; hash = "sha256-STgd51fatxGahhYyCDo35mZbhYwX5n76cdu2NnzjdDM="; hash = "sha256-4OYB+RlAUD8LcRcUNIEXWfFFedTmQFzcTgqd1g/tdWc="; }; }; Loading