dbgate: 6.6.1 -> 6.6.3 (#439064)

authored by Wolfgang Walther and committed by GitHub dcce0aa0 b1c9ead9

+5 -5
+5 -5
pkgs/by-name/db/dbgate/package.nix
··· 8 8 9 9 let 10 10 pname = "dbgate"; 11 - version = "6.6.1"; 11 + version = "6.6.3"; 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-8cQ9hhz+nURXuPfgVLClQr6tKgQ/wu7LWIsxhrJWiAQ="; 17 + hash = "sha256-/Ouoo+ygEcj5u597+peqxQ0BFAi6Dp1Dy5BEJbHjo/s="; 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-OldLkZrqvBT6+ECCpRkuys5BOSJNY31ttFa52lWmLLk="; 21 + hash = "sha256-FUwRXpuIPubtVAendCDTiXNJ5TQ1LBB5MD25hH5EzGE="; 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-1wLWK4v5KmkGlFZpROtKALSKDyhF8cJ9pU391FYpXUo="; 25 + hash = "sha256-UgdSHW5Gs0cat6leIFJtp3OspgQRV2AHnk/sZ1b7z/U="; 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-bAvqGy7hEQbIhtx4wybxbzATogthcNREkjFDC5kb7WU="; 29 + hash = "sha256-mvONm929IG2ViH0h7u/7fRZ6ghDaPsy7cqpqIp/JgM4="; 30 30 }; 31 31 } 32 32 .${stdenv.hostPlatform.system} or (throw "dbgate: ${stdenv.hostPlatform.system} is unsupported.");