clickhouse-backup: 1.3.1 -> 1.3.2

This commit is contained in:
R. Ryantm 2022-04-22 09:20:54 +00:00
parent eed6535791
commit 3230e67310

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "clickhouse-backup";
version = "1.3.1";
version = "1.3.2";
src = fetchFromGitHub {
owner = "AlexAkulov";
repo = pname;
rev = "v${version}";
sha256 = "sha256-M9fJFdwNyNOolXFknzEPG7pNDVrqKv/WOQZUHmr8B84=";
sha256 = "sha256-dpVFDLDEqqW1u1afb3klpdqwOptudbjUfoFhFBc85Pg=";
};
vendorSha256 = "sha256-d6h0LK4zbrfkUum7FXHIP+hqBx5A0mQmvW5GOi+EMVQ=";
vendorSha256 = "sha256-wj4N146iqj/YwyBI0XdrvBp1tqeK43Yq4kSpN594hRs=";
postConfigure = ''
export CGO_ENABLED=0