zeekstd: 0.2.3 -> 0.3.0 (#411481)

This commit is contained in:
nikstur 2025-05-30 09:52:07 +02:00 committed by GitHub
commit 8d2ca20c48
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

View file

@ -126,7 +126,7 @@ let
"zstd" = "zstd --no-progress --threads=$NIX_BUILD_CORES -${toString compression.level}";
"xz" = "xz --keep --verbose --threads=$NIX_BUILD_CORES -${toString compression.level}";
"zstd-seekable" =
"zeekstd --quiet --max-frame-size 2M --compression-level ${toString compression.level}";
"zeekstd --no-progress --frame-size 2M --compression-level ${toString compression.level}";
}
."${compression.algorithm}";
in