Merge pull request #316586 from devusb/clickhouse-backup

clickhouse-backup: support on all platforms
This commit is contained in:
Sandro
2024-06-07 22:58:56 +02:00
committed by GitHub
@@ -10,7 +10,7 @@ buildGoModule rec {
version = "2.5.11";
src = fetchFromGitHub {
owner = "AlexAkulov";
owner = "Altinity";
repo = "clickhouse-backup";
rev = "v${version}";
hash = "sha256-MqtlrAn4FRjZEocGRLRbbTJePvWPZbhE+7MaFZQgyeY=";
@@ -31,11 +31,10 @@ buildGoModule rec {
};
meta = with lib; {
description = "Tool for easy ClickHouse backup and restore with cloud storages support";
description = "Tool for easy ClickHouse backup and restore using object storage for backup files";
mainProgram = "clickhouse-backup";
homepage = "https://github.com/AlexAkulov/clickhouse-backup";
homepage = "https://github.com/Altinity/clickhouse-backup";
license = licenses.mit;
maintainers = with maintainers; [ ];
platforms = platforms.linux;
maintainers = with maintainers; [ devusb ];
};
}