File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88
99let
1010 pname = "dbgate" ;
11- version = "6.3.3 " ;
11+ version = "6.4.1 " ;
1212 src =
1313 fetchurl
1414 {
1515 aarch64-linux = {
1616 url = "https://github.com/dbgate/dbgate/releases/download/v${ version } /dbgate-${ version } -linux_arm64.AppImage" ;
17- hash = "sha256-H4ACPBLmZ78JOCxgx/ZuP8yawh8XK9EN+CZh12uLf8g =" ;
17+ hash = "sha256-GL/wJCr7VkfyoOusDXHdubOiaLgloxExqu3D41f5+4w =" ;
1818 } ;
1919 x86_64-linux = {
2020 url = "https://github.com/dbgate/dbgate/releases/download/v${ version } /dbgate-${ version } -linux_x86_64.AppImage" ;
21- hash = "sha256-lsQ3/O2Jr4VQ7pusiUYgUPiXu5WHEzLiUf+vmKC0tEo =" ;
21+ hash = "sha256-VWG3Xwm7PFgt+7BpJGG/Q6UtRx/F/RE31mMFGAJBV3A =" ;
2222 } ;
2323 x86_64-darwin = {
2424 url = "https://github.com/dbgate/dbgate/releases/download/v${ version } /dbgate-${ version } -mac_x64.dmg" ;
25- hash = "sha256-1mO/wlvV+zaB7gLJcl8WfD9SnHdio8eXXHboyYBsWzU =" ;
25+ hash = "sha256-GFH63KdA3JWkGIac8OmyY5mktAWE8mpvh4yjWJcX+kE =" ;
2626 } ;
2727 aarch64-darwin = {
2828 url = "https://github.com/dbgate/dbgate/releases/download/v${ version } /dbgate-${ version } -mac_universal.dmg" ;
29- hash = "sha256-EFKjPJZ2sghPFNYO/A3Ow2GTFyuTcB85VAuQZFn6Q3U =" ;
29+ hash = "sha256-fK+mGogr8mdBpg9tGK23zNDv7zr9DJWq8Yq+5ddduXY =" ;
3030 } ;
3131 }
3232 . ${ stdenv . hostPlatform . system } or ( throw "dbgate: ${ stdenv . hostPlatform . system } is unsupported." ) ;
You can’t perform that action at this time.
0 commit comments