clickhouse: 19.13.5.44 -> 19.13.6.51

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/clickhouse/versions
This commit is contained in:
R. RyanTM 2019-10-21 04:13:09 -07:00 committed by Lassulus
parent cd044331ec
commit 3637b5829f

View file

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "clickhouse";
version = "19.13.5.44";
version = "19.13.6.51";
src = fetchFromGitHub {
owner = "yandex";
repo = "ClickHouse";
rev = "v${version}-stable";
sha256 = "1h0jjpa1wrms5vcgx1vf8fmkc7jjrql1r70dvwr0nw8f7rfyi1l6";
sha256 = "0mcwfam1nrs2g54syw7vvpfkjn3l4gfzvla7xbg92lr03fn6kbn2";
};
nativeBuildInputs = [ cmake libtool ninja ];