Merge pull request #242680 from Artturin/yabaihash

yabai: fix hash
This commit is contained in:
Ilan Joselevich 2023-07-10 21:54:51 +03:00 committed by GitHub
commit 4dc542d801
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 = [