Commit e7514bb7 authored by Yureka's avatar Yureka Committed by Yt
Browse files

clickhouse: 23.3.8.21 -> 23.3.10.5

parent f92d797d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ let
    else llvmPackages.stdenv).mkDerivation;
in mkDerivation rec {
  pname = "clickhouse";
  version = "23.3.8.21";
  version = "23.3.10.5";

  src = fetchFromGitHub rec {
    owner = "ClickHouse";
@@ -36,7 +36,7 @@ in mkDerivation rec {
    rev = "v${version}-lts";
    fetchSubmodules = true;
    name = "clickhouse-${rev}.tar.gz";
    hash = "sha256-bynr196H6g/GmvNTtrfB6QDdAScvYvbe7EIceoOwCKc=";
    hash = "sha256-xvmZOJqXrGToQRoEl+4AL9ewUhNdKGZFnCdBnSlB+tk=";
    postFetch = ''
      # delete files that make the source too big
      rm -rf $out/contrib/llvm-project/llvm/test