Skip to content

Commit 7fa4c7b

Browse files
authored
yabai: 7.1.22 -> 7.1.23 (#511759)
2 parents 881a8fd + c4e3f82 commit 7fa4c7b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pkgs/by-name/ya/yabai/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}:
1515
stdenv.mkDerivation (finalAttrs: {
1616
pname = "yabai";
17-
version = "7.1.22";
17+
version = "7.1.23";
1818

1919
src =
2020
finalAttrs.passthru.sources.${stdenv.hostPlatform.system}
@@ -66,13 +66,13 @@ stdenv.mkDerivation (finalAttrs: {
6666
# See the comments on https://github.com/NixOS/nixpkgs/pull/188322 for more information.
6767
"aarch64-darwin" = fetchzip {
6868
url = "https://github.com/asmvik/yabai/releases/download/v${finalAttrs.version}/yabai-v${finalAttrs.version}.tar.gz";
69-
hash = "sha256-a7ieZhQvt7YyLdBNYg0HhSl2BQRG+WdM2DYntNRLgyU=";
69+
hash = "sha256-p8LHuAhmkKNPkRNIw4NHpAA+/oQPMI34H21mlUiwK+M=";
7070
};
7171
"x86_64-darwin" = fetchFromGitHub {
7272
owner = "asmvik";
7373
repo = "yabai";
7474
rev = "v${finalAttrs.version}";
75-
hash = "sha256-T3sZhJpoZJKQhZpGDyEhpw+dMXoaFO9PEd0g0jDcihc=";
75+
hash = "sha256-6fvjwn2MBJ8LKShR3evLyS3BfoJ4yYtnaCif7c9faxc=";
7676
};
7777
};
7878

0 commit comments

Comments
 (0)