clickhouse: 23.3.5.9 -> 23.3.8.21
This commit is contained in:
parent
39c85b73d6
commit
ff016c87a9
1 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@ let
|
||||||
else llvmPackages.stdenv).mkDerivation;
|
else llvmPackages.stdenv).mkDerivation;
|
||||||
in mkDerivation rec {
|
in mkDerivation rec {
|
||||||
pname = "clickhouse";
|
pname = "clickhouse";
|
||||||
version = "23.3.5.9";
|
version = "23.3.8.21";
|
||||||
|
|
||||||
src = fetchFromGitHub rec {
|
src = fetchFromGitHub rec {
|
||||||
owner = "ClickHouse";
|
owner = "ClickHouse";
|
||||||
|
@ -36,7 +36,7 @@ in mkDerivation rec {
|
||||||
rev = "v${version}-lts";
|
rev = "v${version}-lts";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
name = "clickhouse-${rev}.tar.gz";
|
name = "clickhouse-${rev}.tar.gz";
|
||||||
hash = "sha256-soF0L69oi95r0zgzPL0DfDhhXfRKekN5u/4+/mt8QwM=";
|
hash = "sha256-bynr196H6g/GmvNTtrfB6QDdAScvYvbe7EIceoOwCKc=";
|
||||||
postFetch = ''
|
postFetch = ''
|
||||||
# delete files that make the source too big
|
# delete files that make the source too big
|
||||||
rm -rf $out/contrib/llvm-project/llvm/test
|
rm -rf $out/contrib/llvm-project/llvm/test
|
||||||
|
|
Loading…
Reference in a new issue