Skip to content

Commit 333dc53

Browse files
orivejfpletz
authored andcommittedJun 10, 2017
clickhouse: 1.1.54190 -> 1.1.54236
1 parent b9c2593 commit 333dc53

File tree

2 files changed

+3
-33
lines changed

2 files changed

+3
-33
lines changed
 

‎pkgs/servers/clickhouse/default.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33
stdenv.mkDerivation rec {
44
name = "clickhouse-${version}";
55

6-
version = "1.1.54190";
6+
version = "1.1.54236";
77

88
src = fetchFromGitHub {
99
owner = "yandex";
1010
repo = "ClickHouse";
1111
rev = "v${version}-stable";
12-
sha256 = "03snzrhz3ai66fqy3rh89cgmpiaskg3077zflkwzqxwx69jkmqix";
12+
sha256 = "1mfjr1yzvf810vbb35c2rknvqnc4mkncl56ja48myn7hc9p457d7";
1313
};
1414

15-
patches = [ ./prefix.patch ./termcap.patch ];
15+
patches = [ ./termcap.patch ];
1616

1717
nativeBuildInputs = [ cmake libtool ];
1818

‎pkgs/servers/clickhouse/prefix.patch

-30
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.