Merge pull request #233455 from rhoriguchi/gitkraken

gitkraken: 9.3.0 -> 9.4.0

authored by

Nick Cao and committed by
GitHub
c8b85ff5 e9caabc3

+4 -4
+4 -4
pkgs/applications/version-management/gitkraken/default.nix
··· 10 11 let 12 pname = "gitkraken"; 13 - version = "9.3.0"; 14 15 throwSystem = throw "Unsupported system: ${stdenv.hostPlatform.system}"; 16 17 srcs = { 18 x86_64-linux = fetchzip { 19 url = "https://release.axocdn.com/linux/GitKraken-v${version}.tar.gz"; 20 - sha256 = "sha256-OX/taX+eYHPWTNNGfZhoiBEG8pFSnjCaTshM+z6MhDU="; 21 }; 22 23 x86_64-darwin = fetchzip { 24 url = "https://release.axocdn.com/darwin/GitKraken-v${version}.zip"; 25 - sha256 = "sha256-miUcV35HX73b5YnwMnkqYdQtxfSHJaMdMcgVVBkZs6A="; 26 }; 27 28 aarch64-darwin = fetchzip { 29 url = "https://release.axocdn.com/darwin-arm64/GitKraken-v${version}.zip"; 30 - sha256 = "sha256-yAwvuwxtGQh7/bV/7wShdCVHgZCtRCfmXrdT4dI6+cM="; 31 }; 32 }; 33
··· 10 11 let 12 pname = "gitkraken"; 13 + version = "9.4.0"; 14 15 throwSystem = throw "Unsupported system: ${stdenv.hostPlatform.system}"; 16 17 srcs = { 18 x86_64-linux = fetchzip { 19 url = "https://release.axocdn.com/linux/GitKraken-v${version}.tar.gz"; 20 + sha256 = "sha256-b2ntm5Yja806JZEmcrLi1CSsDRmBot85LPy39Zn7ULw="; 21 }; 22 23 x86_64-darwin = fetchzip { 24 url = "https://release.axocdn.com/darwin/GitKraken-v${version}.zip"; 25 + sha256 = "sha256-GV1TVjxPSosRIB99QSnOcowp8p9dWLNX2VxP6LDlQ6w="; 26 }; 27 28 aarch64-darwin = fetchzip { 29 url = "https://release.axocdn.com/darwin-arm64/GitKraken-v${version}.zip"; 30 + sha256 = "sha256-65HloijD1Z7EEiiG+qUr5Rj+z+eYAaeN6HmuBm1bGgs="; 31 }; 32 }; 33