Unverified Commit 6472746c authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

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

clickhouse-backup: 2.4.0 -> 2.4.1
parents 6f379b9d 19392da6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

buildGoModule rec {
  pname = "clickhouse-backup";
  version = "2.4.0";
  version = "2.4.1";

  src = fetchFromGitHub {
    owner = "AlexAkulov";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-ngLDKAwdrX385BIPYlQAYkA0Ty73wWwEesKQuC6+cvo=";
    sha256 = "sha256-NX2687jG0TAt3rOV5XEmgHYiNhuBoWbnUEFnf3w5k6A=";
  };

  vendorHash = "sha256-NOQV7c930kutXmgi1eaETu1JMJerKNK2Ns4YBRaoBUw=";