File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
pkgs/by-name/gi/gitkraken Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 5757
5858let
5959 pname = "gitkraken" ;
60- version = "10.7 .0" ;
60+ version = "10.8 .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-fNx3mZnoMkEd1RlvcEmnncX0cLJhRjbf2t4CfB5eRl4 =" ;
67+ hash = "sha256-BsNrCnRqgUPSEgYTCLj4Rz8tG/iehgmDhfllG7UEBW8 =" ;
6868 } ;
6969
7070 x86_64-darwin = fetchzip {
7171 url = "https://release.axocdn.com/darwin/GitKraken-v${ version } .zip" ;
72- hash = "sha256-FLNzB1MvW943DDBs5EmxOWx31CMm2KWXrXp6EjfkPeQ =" ;
72+ hash = "sha256-YuRj9uR3BnFJHtZ4Y/RcQbI+4e5YPpadhnlNnoHC5oA =" ;
7373 } ;
7474
7575 aarch64-darwin = fetchzip {
7676 url = "https://release.axocdn.com/darwin-arm64/GitKraken-v${ version } .zip" ;
77- hash = "sha256-+uEpm9A9zkTMWL2XccWFTkuhFdZMJUZHSD3FinNsRyA =" ;
77+ hash = "sha256-Xn+RLGafIVDRLtT7gHUlREax5CxPHWIpZOLFPNnm5cg =" ;
7878 } ;
7979 } ;
8080
You can’t perform that action at this time.
0 commit comments