Skip to content

Commit ca59d61

Browse files
authored
yabai: 7.1.13 -> 7.1.14 (#396349)
2 parents af7ce95 + 4dbf804 commit ca59d61

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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.13";
17+
version = "7.1.14";
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/koekeishiya/yabai/releases/download/v${finalAttrs.version}/yabai-v${finalAttrs.version}.tar.gz";
69-
hash = "sha256-1/fPBLbC6wcgQAX/soCCVeIUXXm124RnxTJJc/7ayzo=";
69+
hash = "sha256-cDONHrNPBTzEkVqxN1cHDqVumfyfcHrTYGZxn4s/mEA=";
7070
};
7171
"x86_64-darwin" = fetchFromGitHub {
7272
owner = "koekeishiya";
7373
repo = "yabai";
7474
rev = "v${finalAttrs.version}";
75-
hash = "sha256-6yCMd7+RBqRj3OjnAwm3Ex4CVKVFPWyWdeMqXFaHZlM=";
75+
hash = "sha256-YbEx1CzuvSFYFD3HgiZrrAd1x9cOQF6fGdgsOlkmUGU=";
7676
};
7777
};
7878

0 commit comments

Comments
 (0)