clickhouse: 25.7.4.11 → 25.7.5.34 (#437161)

authored by Sandro and committed by GitHub ebbc7fb3 217bdbb9

+3 -3
+1 -1
pkgs/by-name/cl/clickhouse/generic.nix
··· 155 requiredSystemFeatures = [ "big-parallel" ]; 156 157 passthru = { 158 - tests.clickhouse = if lts then nixosTests.clickhouse-lts else nixosTests.clickhouse; 159 160 updateScript = nix-update-script { 161 extraArgs = nixUpdateExtraArgs;
··· 155 requiredSystemFeatures = [ "big-parallel" ]; 156 157 passthru = { 158 + tests = if lts then nixosTests.clickhouse-lts else nixosTests.clickhouse; 159 160 updateScript = nix-update-script { 161 extraArgs = nixUpdateExtraArgs;
+2 -2
pkgs/by-name/cl/clickhouse/package.nix
··· 1 import ./generic.nix { 2 - version = "25.7.4.11-stable"; 3 - hash = "sha256-SKDnnBdl9Rwc+ONH1chXAOFIwRmVG2l5cPEwpaDogzU="; 4 lts = false; 5 nixUpdateExtraArgs = [ 6 "--version-regex"
··· 1 import ./generic.nix { 2 + version = "25.7.5.34-stable"; 3 + hash = "sha256-0+e2QPsn6EZ28j3HE2TYOpJBN9jSl19Ytbvj+124viw="; 4 lts = false; 5 nixUpdateExtraArgs = [ 6 "--version-regex"