gitkraken: fix invalid darwin hash (#352981)

This commit is contained in:
kirillrdy 2024-11-02 07:51:04 +11:00 committed by GitHub
commit 2f02bdd010
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -69,7 +69,7 @@ let
x86_64-darwin = fetchzip {
url = "https://release.axocdn.com/darwin/GitKraken-v${version}.zip";
hash = "sha256-21VwDFw2dyySoc4NC/RR3k/VtksqaZ5vkdx0z5MKqLc=";
hash = "sha256-fPvEItavxFwUbk3WsTBvzRMu7fjnm5HxybEueHn//Q4=";
};
aarch64-darwin = fetchzip {