gitkraken: fix invalid darwin hash

This commit is contained in:
Nicolas Goudry
2024-11-01 21:39:37 +01:00
parent 6d90e72a5a
commit fd5b39ad6e
@@ -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 {