Merge pull request #327714 from mbalatsko/update-clickhous

clickhouse: 24.3.2.23-lts -> 24.3.5.46-lts
This commit is contained in:
Yt
2024-07-17 11:43:01 +00:00
committed by GitHub
+2 -2
View File
@@ -29,7 +29,7 @@ let
else llvmPackages.stdenv).mkDerivation;
in mkDerivation rec {
pname = "clickhouse";
version = "24.3.2.23";
version = "24.3.5.46";
src = fetchFromGitHub rec {
owner = "ClickHouse";
@@ -37,7 +37,7 @@ in mkDerivation rec {
rev = "v${version}-lts";
fetchSubmodules = true;
name = "clickhouse-${rev}.tar.gz";
hash = "sha256-2OdlePEFJu4k2ysSPqa3kwsPgVRIlaU1B80LmU5w0yQ=";
hash = "sha256-YauScK9rIR9XgUbcxSq0XBH3nRAnXL/dDr/5oWCtvGw=";
postFetch = ''
# delete files that make the source too big
rm -rf $out/contrib/llvm-project/llvm/test