Merge pull request #151840 from lukegb/clickhouse

clickhouse: 21.8.8.29 -> 21.8.12.29
This commit is contained in:
Luke Granger-Brown 2021-12-26 13:27:14 -08:00 committed by GitHub
commit bd241e39f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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