1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

clickhouse: 24.3.2.23-lts -> 24.3.5.46-lts

This commit is contained in:
Maksym Balatsko 2024-07-16 11:30:53 -07:00
parent ccc0754149
commit cb5e3ec69d

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