Merge pull request #64781 from r-ryantm/auto-update/clickhouse

clickhouse: 19.6.2.11 -> 19.9.2.4
This commit is contained in:
Marek Mahut 2019-08-10 11:47:33 +02:00 committed by GitHub
commit 5c5ce4cc80
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
name = "clickhouse-${version}";
version = "19.6.2.11";
version = "19.13.1.11";
src = fetchFromGitHub {
owner = "yandex";
repo = "ClickHouse";
rev = "v${version}-stable";
sha256 = "0bs38a8dm5x43klx4nc5dwkkxpab12lp2chyvc2y47c75j7rn5d7";
sha256 = "1j9jhgl2z84id5z6rbvyal7aha5v3m8pd393cmcsf1bf0fiz8qmc";
};
nativeBuildInputs = [ cmake libtool ninja ];