File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 77} :
88let
99 pname = "dbgate" ;
10- version = "6.1 .0" ;
10+ version = "6.2 .0" ;
1111 src =
1212 fetchurl
1313 {
1414 aarch64-linux = {
1515 url = "https://github.com/dbgate/dbgate/releases/download/v${ version } /dbgate-${ version } -linux_arm64.AppImage" ;
16- hash = "sha256-gUACJGegHFhOd9t/MVt5imwsTnOKA9Q66dKtzLHzjSo =" ;
16+ hash = "sha256-ZhF8ZxfJSNWg4AGj84oSs3/lJLiijSZDGXdnyuFLV7Q =" ;
1717 } ;
1818 x86_64-linux = {
1919 url = "https://github.com/dbgate/dbgate/releases/download/v${ version } /dbgate-${ version } -linux_x86_64.AppImage" ;
20- hash = "sha256-hSqBwsroOWcyHuUimkiy13tdTKqdAjXOnECv5J9KRbw =" ;
20+ hash = "sha256-d6+24Bn12v32fwRGK0GHkkDbNzknMIBbpNDygmIT9/E =" ;
2121 } ;
2222 x86_64-darwin = {
2323 url = "https://github.com/dbgate/dbgate/releases/download/v${ version } /dbgate-${ version } -mac_x64.dmg" ;
24- hash = "sha256-tUY9TM/wP7N1giZpBlzCQlF+01XT7HA4v/kTrT57jX8 =" ;
24+ hash = "sha256-6gwjI0nlhzh0rLevdFRkcPPUrlxrwwIDSnD4mENtHc8 =" ;
2525 } ;
2626 aarch64-darwin = {
2727 url = "https://github.com/dbgate/dbgate/releases/download/v${ version } /dbgate-${ version } -mac_universal.dmg" ;
28- hash = "sha256-b5IJfpe3XnY1bSI6dzQro8PY4L72aFKy9GtolgFZzsA =" ;
28+ hash = "sha256-cSFtA/rjkE6lxxs1DR6yvP6WR9a4gjzsdUo8/oyz4/I =" ;
2929 } ;
3030 }
3131 . ${ stdenv . system } or ( throw "dbgate: ${ stdenv . system } is unsupported." ) ;
You can’t perform that action at this time.
0 commit comments