dbgate: 6.5.6 -> 6.6.0 (#428581)

authored by Nick Cao and committed by GitHub 1f09f0a3 29bb5f56

+5 -5
+5 -5
pkgs/by-name/db/dbgate/package.nix
··· 8 8 9 9 let 10 10 pname = "dbgate"; 11 - version = "6.5.6"; 11 + version = "6.6.0"; 12 12 src = 13 13 fetchurl 14 14 { 15 15 aarch64-linux = { 16 16 url = "https://github.com/dbgate/dbgate/releases/download/v${version}/dbgate-${version}-linux_arm64.AppImage"; 17 - hash = "sha256-S0xlC0ht6G+RDrsMaMD4nk/vKdLvtvAtUaMaFowT/Gw="; 17 + hash = "sha256-GFKsZ/rSMXWn2hAlRRdswDrooqUIGeIhEsMchIPEb5U="; 18 18 }; 19 19 x86_64-linux = { 20 20 url = "https://github.com/dbgate/dbgate/releases/download/v${version}/dbgate-${version}-linux_x86_64.AppImage"; 21 - hash = "sha256-JBE/t/IwFe02LrK4Ci+2KEtAXlH1zr5WcTmQir6yvNc="; 21 + hash = "sha256-2g8XsljPvn2TITC1/PtBlgdrfwVDPnjmOXeOS/iQh5Q="; 22 22 }; 23 23 x86_64-darwin = { 24 24 url = "https://github.com/dbgate/dbgate/releases/download/v${version}/dbgate-${version}-mac_x64.dmg"; 25 - hash = "sha256-EkySGJCHAR/YCS/I6j2LZHA6/L0P8VX2WDPScj58mSg="; 25 + hash = "sha256-ooLivNWt5IDKB779PLb4FOgk9jSU10IkB0D9OPLVKsE="; 26 26 }; 27 27 aarch64-darwin = { 28 28 url = "https://github.com/dbgate/dbgate/releases/download/v${version}/dbgate-${version}-mac_universal.dmg"; 29 - hash = "sha256-isOrajXB+O9y3fiSulhjoSSt/7lgu4xPMXBhUcfgK2Y="; 29 + hash = "sha256-PqgG8dGvr4S8BhxqfvYo2BiR5KoAWon9ZI8KGKT3ujI="; 30 30 }; 31 31 } 32 32 .${stdenv.hostPlatform.system} or (throw "dbgate: ${stdenv.hostPlatform.system} is unsupported.");