mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 04:12:44 +03:00
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
This commit is contained in:
parent
3970c6da5e
commit
599cf0fe50
@ -3,10 +3,10 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "zstd-${version}";
|
name = "zstd-${version}";
|
||||||
version = "0.7.2";
|
version = "0.7.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
sha256 = "1n88hb7a1x5xq4asq31yr92nkjylzdp21q0mxnrc6sd4kibcmbcs";
|
sha256 = "1kdz1mk2lgf46dc7afjzdyzpdxng2cwirhpm1wsj8dy929hi3687";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
repo = "zstd";
|
repo = "zstd";
|
||||||
owner = "Cyan4973";
|
owner = "Cyan4973";
|
||||||
|
Loading…
Reference in New Issue
Block a user