Skip to content

Commit

Permalink
clickhouse: 1.1.54190 -> 1.1.54236
Browse files Browse the repository at this point in the history
  • Loading branch information
orivej authored and fpletz committed Jun 10, 2017
1 parent b9c2593 commit 333dc53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 33 deletions.
6 changes: 3 additions & 3 deletions pkgs/servers/clickhouse/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
stdenv.mkDerivation rec {
name = "clickhouse-${version}";

version = "1.1.54190";
version = "1.1.54236";

src = fetchFromGitHub {
owner = "yandex";
repo = "ClickHouse";
rev = "v${version}-stable";
sha256 = "03snzrhz3ai66fqy3rh89cgmpiaskg3077zflkwzqxwx69jkmqix";
sha256 = "1mfjr1yzvf810vbb35c2rknvqnc4mkncl56ja48myn7hc9p457d7";
};

patches = [ ./prefix.patch ./termcap.patch ];
patches = [ ./termcap.patch ];

nativeBuildInputs = [ cmake libtool ];

Expand Down
30 changes: 0 additions & 30 deletions pkgs/servers/clickhouse/prefix.patch

This file was deleted.

0 comments on commit 333dc53

Please sign in to comment.