about summary refs log tree commit diff
diff options
context:
space:
mode:
authorIlan Joselevich <personal@ilanjoselevich.com>2023-07-10 21:54:51 +0300
committerGitHub <noreply@github.com>2023-07-10 21:54:51 +0300
commit4dc542d80149a284637a46df2a1f2e4b066cd219 (patch)
treec17f4d6446ecb9060e29224dc2065de28c59f440
parentb341b468053154385db338321f7fdd60add1f9c2 (diff)
parent685f290786f872dc11336abe8624368b7ae3f264 (diff)
Merge pull request #242680 from Artturin/yabaihash
yabai: fix hash
-rw-r--r--pkgs/os-specific/darwin/yabai/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/os-specific/darwin/yabai/default.nix b/pkgs/os-specific/darwin/yabai/default.nix
index 1498189de5a4f..703916db553c4 100644
--- a/pkgs/os-specific/darwin/yabai/default.nix
+++ b/pkgs/os-specific/darwin/yabai/default.nix
@@ -52,7 +52,7 @@ in
 
     src = fetchzip {
       url = "https://github.com/koekeishiya/yabai/releases/download/v${version}/yabai-v${version}.tar.gz";
-      sha256 = "sha256-1szyjcwkhn2wbrcfhh9lh5bnfm1cavxrx6xj4q7521z3zj29a9kf";
+      sha256 = "sha256-wpm9VnR4yPk6Ybo/V2DMLgRcSzDl3dWGSKDCjYfz+xQ=";
     };
 
     nativeBuildInputs = [