Merge pull request #238640 from rhoriguchi/gitkraken
gitkraken: 9.4.0 -> 9.5.1
This commit is contained in:
commit
cd0b29cded
@ -10,24 +10,24 @@ with lib;
|
|||||||
|
|
||||||
let
|
let
|
||||||
pname = "gitkraken";
|
pname = "gitkraken";
|
||||||
version = "9.4.0";
|
version = "9.5.1";
|
||||||
|
|
||||||
throwSystem = throw "Unsupported system: ${stdenv.hostPlatform.system}";
|
throwSystem = throw "Unsupported system: ${stdenv.hostPlatform.system}";
|
||||||
|
|
||||||
srcs = {
|
srcs = {
|
||||||
x86_64-linux = fetchzip {
|
x86_64-linux = fetchzip {
|
||||||
url = "https://release.axocdn.com/linux/GitKraken-v${version}.tar.gz";
|
url = "https://release.axocdn.com/linux/GitKraken-v${version}.tar.gz";
|
||||||
sha256 = "sha256-b2ntm5Yja806JZEmcrLi1CSsDRmBot85LPy39Zn7ULw=";
|
sha256 = "sha256-irKs0yvz2TrKvF34DMOBdmJvH+Lox/ZVbPSaHAl6Vyo=";
|
||||||
};
|
};
|
||||||
|
|
||||||
x86_64-darwin = fetchzip {
|
x86_64-darwin = fetchzip {
|
||||||
url = "https://release.axocdn.com/darwin/GitKraken-v${version}.zip";
|
url = "https://release.axocdn.com/darwin/GitKraken-v${version}.zip";
|
||||||
sha256 = "sha256-GV1TVjxPSosRIB99QSnOcowp8p9dWLNX2VxP6LDlQ6w=";
|
sha256 = "sha256-3g49FBbolEhBgSPanLnrWhfxHR5jg4C1p+70rIrQ2GM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
aarch64-darwin = fetchzip {
|
aarch64-darwin = fetchzip {
|
||||||
url = "https://release.axocdn.com/darwin-arm64/GitKraken-v${version}.zip";
|
url = "https://release.axocdn.com/darwin-arm64/GitKraken-v${version}.zip";
|
||||||
sha256 = "sha256-65HloijD1Z7EEiiG+qUr5Rj+z+eYAaeN6HmuBm1bGgs=";
|
sha256 = "sha256-8ateh2LswWMOboPASWcYTy6OfK30h7wABIgoZXJ7GTM=";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user