mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +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 {
|
||||
pname = "clickhouse";
|
||||
version = "23.3.2.37";
|
||||
version = "23.3.3.52";
|
||||
|
||||
src = fetchFromGitHub rec {
|
||||
owner = "ClickHouse";
|
||||
repo = "ClickHouse";
|
||||
rev = "v${version}-lts";
|
||||
fetchSubmodules = true;
|
||||
hash = "sha256-G/5KZ4vd9w5g0yB6bzyM8VX3l32Di+a6Ll87NK3GOrg=";
|
||||
hash = "sha256-yeoL3HA1wRDg2+t3FtrM4wBtuu94Lpe4xxGxc09duQI=";
|
||||
name = "clickhouse-${rev}.tar.gz";
|
||||
postFetch = ''
|
||||
# compress to not exceed the 4GB output limit
|
||||
|
Loading…
Reference in New Issue
Block a user