Unverified Commit 2f02bdd0 authored by kirillrdy's avatar kirillrdy Committed by GitHub
Browse files

gitkraken: fix invalid darwin hash (#352981)

parents 209e69f9 fd5b39ad
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 {