zstd: 0.7.2 -> 0.7.3

New:
- compression format specification zstd_compression_format.md
- -- separator, stating that all following arguments are file names
- ZSTD_getDecompressedSize()

Fixes:
- dictBuilder using HC levels
- legacy support from ZSTD_decompress_usingDDict()
- multi-blocks decoding with intermediate uncompressed blocks
wip/yesman
Tobias Geerinckx-Rice 8 years ago
parent 3970c6da5e
commit 599cf0fe50
No known key found for this signature in database
GPG Key ID: 91CCDB9B48541B99
  1. 4
      pkgs/tools/compression/zstd/default.nix

@ -3,10 +3,10 @@
stdenv.mkDerivation rec {
name = "zstd-${version}";
version = "0.7.2";
version = "0.7.3";
src = fetchFromGitHub {
sha256 = "1n88hb7a1x5xq4asq31yr92nkjylzdp21q0mxnrc6sd4kibcmbcs";
sha256 = "1kdz1mk2lgf46dc7afjzdyzpdxng2cwirhpm1wsj8dy929hi3687";
rev = "v${version}";
repo = "zstd";
owner = "Cyan4973";

Loading…
Cancel
Save