clickhouse: 21.3.11.5 -> 21.8.8.29

The new release contains a fix for MariaDB[1] that unbreaks the package.

[1] a7e761d04f
This commit is contained in:
Maximilian Bosch 2021-10-08 15:45:58 +02:00
parent be4d1ca79c
commit 62dc8ef779
No known key found for this signature in database
GPG key ID: 091DBF4D1FC46B8E

View file

@ -7,7 +7,7 @@
stdenv.mkDerivation rec {
pname = "clickhouse";
version = "21.3.11.5";
version = "21.8.8.29";
broken = stdenv.buildPlatform.is32bit; # not supposed to work on 32-bit https://github.com/ClickHouse/ClickHouse/pull/23959#issuecomment-835343685
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
repo = "ClickHouse";
rev = "v${version}-lts";
fetchSubmodules = true;
sha256 = "sha256-V62Z82p21qtvSOsoXM225/Wkc9F+dvVMz0xpVjhgZVo=";
sha256 = "1hvsnh3fzbh1vl7cki0sbpd5ar6cxdc7k3mfqby0xxv3zfywmmr2";
};
nativeBuildInputs = [ cmake libtool llvm-bintools ninja ];