Skip to content

Commit

Permalink
feat: update gitkraken to 10.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flexiondotorg committed Oct 9, 2024
1 parent f3eca02 commit 9dab85f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/gitkraken/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -57,24 +57,24 @@

let
pname = "gitkraken";
version = "10.3.0";
version = "10.4.0";

throwSystem = throw "Unsupported system: ${stdenv.hostPlatform.system}";

srcs = {
x86_64-linux = fetchzip {
url = "https://release.axocdn.com/linux/GitKraken-v${version}.tar.gz";
hash = "sha256-5WICLLuv+NL++fgm7p/ScyEvzwVqcXNI6eXGr4e9k20=";
hash = "sha256-JGWDOAkJEnhvUyQOFsmoeW9Izj0IuHNpYGlYAMiWPj0=";
};

x86_64-darwin = fetchzip {
url = "https://release.axocdn.com/darwin/GitKraken-v${version}.zip";
hash = "sha256-e7zIMJNMdFy7/8zsV3nH1OT76xNznoSPRUVhoLfR6QI=";
hash = "sha256-yCDE6QJMgU2Mgr/kUDnbKwQ3MpgVcdjAK7fnTAjSL54=";
};

aarch64-darwin = fetchzip {
url = "https://release.axocdn.com/darwin-arm64/GitKraken-v${version}.zip";
hash = "sha256-YjGH9tKbJaYc5qENBCCpJGWWFJIQTD8O2H3onhMwGrw=";
hash = "sha256-nh+tO++QvPx9jyZuxNrH7rHFXZqVnu5jyiki3oWdw7E=";
};
};

Expand Down

0 comments on commit 9dab85f

Please sign in to comment.