lol

Merge pull request #168652 from rhoriguchi/gitkraken

gitkraken: 8.3.3 -> 8.4.0

authored by

Artturi and committed by
GitHub
82c41765 5849fe99

+4 -4
+4 -4
pkgs/applications/version-management/gitkraken/default.nix
··· 11 11 let 12 12 curlWithGnuTls = curl.override { gnutlsSupport = true; opensslSupport = false; }; 13 13 pname = "gitkraken"; 14 - version = "8.3.3"; 14 + version = "8.4.0"; 15 15 16 16 throwSystem = throw "Unsupported system: ${stdenv.hostPlatform.system}"; 17 17 18 18 srcs = { 19 19 x86_64-linux = fetchzip { 20 20 url = "https://release.axocdn.com/linux/GitKraken-v${version}.tar.gz"; 21 - sha256 = "185msrpa33w40prc88n5m0g12wh8r6szj56iikk4ps6kwr6wamy7"; 21 + sha256 = "sha256-yVQILgEn67iiUUQqpQqt++cZMN5u9FT0MbNf7pFES9Y="; 22 22 }; 23 23 24 24 x86_64-darwin = fetchzip { 25 25 url = "https://release.axocdn.com/darwin/GitKraken-v${version}.zip"; 26 - sha256 = "0iam5ni8imajxhcv12zib6m475i6czllmqy512r1wmzw9zbilf43"; 26 + sha256 = "sha256-cTHMl5peXj52Fy2XBfKaUKLuZnPCC4XdReOiB0fbCNk="; 27 27 }; 28 28 29 29 aarch64-darwin = fetchzip { 30 30 url = "https://release.axocdn.com/darwin-arm64/GitKraken-v${version}.zip"; 31 - sha256 = "12af421r4d8s4l5j54xyd3x8pa72nbilass95v0y3b0wgsi35g0z"; 31 + sha256 = "sha256-M3Y5qP0nozk5iTnEGK2+ds8/Vb/l0nhIo4LSrCWLDu8="; 32 32 }; 33 33 }; 34 34