mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
zeekstd: 0.2.3 -> 0.3.0 (#411481)
This commit is contained in:
commit
8d2ca20c48
2 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue