Skip to content

Commit

Permalink
gitkraken: fix invalid darwin hash (#352981)
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillrdy authored Nov 1, 2024
2 parents 209e69f + fd5b39a commit 2f02bdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/applications/version-management/gitkraken/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 2f02bdd

Please sign in to comment.