Merge pull request #180642 from r-ryantm/auto-update/clickhouse-backup

clickhouse-backup: 1.4.0 -> 1.4.7
This commit is contained in:
Mario Rodas 2022-07-09 22:31:15 -05:00 committed by GitHub
commit 14bbc45d64
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "clickhouse-backup";
version = "1.4.0";
version = "1.4.7";
src = fetchFromGitHub {
owner = "AlexAkulov";
repo = pname;
rev = "v${version}";
sha256 = "sha256-NlOYRgCsReEeP/X98fddVRLnTnkqsiwpCg6MpdRcfZ0=";
sha256 = "sha256-1lkG8Rboq6t/hRrdAweo3Kxz9IkukQ39sQSpidFTElw=";
};
vendorSha256 = "sha256-F+FfZESB/m/2m4RnYzFPs0PL5+8lyxzEwAdHMykrFsw=";
vendorSha256 = "sha256-N4zAdylb7etNknR0/VjIVkuI6kTWlk137HNT03Y2gWs=";
postConfigure = ''
export CGO_ENABLED=0