Skip to content

Commit

Permalink
clickhouse-backup: 2.6.4 -> 2.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 31, 2024
1 parent 2d2b5e2 commit a995a36
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/cl/clickhouse-backup/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@

buildGoModule rec {
pname = "clickhouse-backup";
version = "2.6.4";
version = "2.6.5";

src = fetchFromGitHub {
owner = "Altinity";
repo = "clickhouse-backup";
rev = "v${version}";
hash = "sha256-e5PeMe4mk91PpEP0f+08Hr+Q97WfVGE7PDN4DI+9Quw=";
hash = "sha256-tRZo2PQYCzryd593MTzrHOzVxM58ONz61A6eekyr1wo=";
};

vendorHash = "sha256-2F3H+Sbrw4Q782Y6gE3KvnXXmiZdSLrJr6AVBHSg9gA=";
vendorHash = "sha256-skL0yF0sVj3yza0LseNLfUn3jxPXuOFS/1FfHg0/H7Q=";

ldflags = [
"-X main.version=${version}"
Expand Down

0 comments on commit a995a36

Please sign in to comment.