Skip to content

Commit 83a49da

Browse files
gitkraken: 10.6.3 → 10.7.0 (#381244)
2 parents 9525c09 + 17f5c28 commit 83a49da

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkgs/by-name/gi/gitkraken/package.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,24 +57,24 @@
5757

5858
let
5959
pname = "gitkraken";
60-
version = "10.6.3";
60+
version = "10.7.0";
6161

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

6464
srcs = {
6565
x86_64-linux = fetchzip {
6666
url = "https://release.axocdn.com/linux/GitKraken-v${version}.tar.gz";
67-
hash = "sha256-VC1tNNC29+0aDCcR1WqV12ETG07sFd4de7Ool9VWuzc=";
67+
hash = "sha256-fNx3mZnoMkEd1RlvcEmnncX0cLJhRjbf2t4CfB5eRl4=";
6868
};
6969

7070
x86_64-darwin = fetchzip {
7171
url = "https://release.axocdn.com/darwin/GitKraken-v${version}.zip";
72-
hash = "sha256-vIzbktz9cY4UCd99mI05Ju72+fPsskcS1aCKccnBS/o=";
72+
hash = "sha256-FLNzB1MvW943DDBs5EmxOWx31CMm2KWXrXp6EjfkPeQ=";
7373
};
7474

7575
aarch64-darwin = fetchzip {
7676
url = "https://release.axocdn.com/darwin-arm64/GitKraken-v${version}.zip";
77-
hash = "sha256-T3U3VvaPNGMFzHKc/TaFgJQ/RGBzyacXBi53qhaG1C8=";
77+
hash = "sha256-+uEpm9A9zkTMWL2XccWFTkuhFdZMJUZHSD3FinNsRyA=";
7878
};
7979
};
8080

0 commit comments

Comments
 (0)