clickhouse-backup: 1.4.7 -> 1.4.9

This commit is contained in:
R. Ryantm 2022-07-28 10:07:51 +00:00
parent bba87fc2a3
commit 55ed608144

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "clickhouse-backup";
version = "1.4.7";
version = "1.4.9";
src = fetchFromGitHub {
owner = "AlexAkulov";
repo = pname;
rev = "v${version}";
sha256 = "sha256-1lkG8Rboq6t/hRrdAweo3Kxz9IkukQ39sQSpidFTElw=";
sha256 = "sha256-I/4o9hynmB9Bj3WDgrNesy9noUgtV8pMOcSaA2EsX2o=";
};
vendorSha256 = "sha256-N4zAdylb7etNknR0/VjIVkuI6kTWlk137HNT03Y2gWs=";