mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 17:14:00 +00:00
clickhouse: 23.3.2.37 -> 23.3.3.52
This commit is contained in:
parent
8f448271df
commit
b98c731d4c
@ -19,14 +19,14 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "clickhouse";
|
pname = "clickhouse";
|
||||||
version = "23.3.2.37";
|
version = "23.3.3.52";
|
||||||
|
|
||||||
src = fetchFromGitHub rec {
|
src = fetchFromGitHub rec {
|
||||||
owner = "ClickHouse";
|
owner = "ClickHouse";
|
||||||
repo = "ClickHouse";
|
repo = "ClickHouse";
|
||||||
rev = "v${version}-lts";
|
rev = "v${version}-lts";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
hash = "sha256-G/5KZ4vd9w5g0yB6bzyM8VX3l32Di+a6Ll87NK3GOrg=";
|
hash = "sha256-yeoL3HA1wRDg2+t3FtrM4wBtuu94Lpe4xxGxc09duQI=";
|
||||||
name = "clickhouse-${rev}.tar.gz";
|
name = "clickhouse-${rev}.tar.gz";
|
||||||
postFetch = ''
|
postFetch = ''
|
||||||
# compress to not exceed the 4GB output limit
|
# compress to not exceed the 4GB output limit
|
||||||
|
Loading…
Reference in New Issue
Block a user