clickhouse: 25.7.4.11 → 25.7.5.34 (#437161)
This commit is contained in:
@@ -155,7 +155,7 @@ llvmPackages_19.stdenv.mkDerivation (finalAttrs: {
|
||||
requiredSystemFeatures = [ "big-parallel" ];
|
||||
|
||||
passthru = {
|
||||
tests.clickhouse = if lts then nixosTests.clickhouse-lts else nixosTests.clickhouse;
|
||||
tests = if lts then nixosTests.clickhouse-lts else nixosTests.clickhouse;
|
||||
|
||||
updateScript = nix-update-script {
|
||||
extraArgs = nixUpdateExtraArgs;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import ./generic.nix {
|
||||
version = "25.7.4.11-stable";
|
||||
hash = "sha256-SKDnnBdl9Rwc+ONH1chXAOFIwRmVG2l5cPEwpaDogzU=";
|
||||
version = "25.7.5.34-stable";
|
||||
hash = "sha256-0+e2QPsn6EZ28j3HE2TYOpJBN9jSl19Ytbvj+124viw=";
|
||||
lts = false;
|
||||
nixUpdateExtraArgs = [
|
||||
"--version-regex"
|
||||
|
||||
Reference in New Issue
Block a user