forked from mirrors/nixpkgs
zstd: 0.5.1 -> 0.6.0
Changes: - Stronger high compression modes - Changed : highest compression modes require --ultra command to remove memory restrictions - API: ZSTD_getFrameParams() provides size of decompressed content - Fixed: zstd cli return error code > 0 and removes dst file artifact when decompression fails - Various fixes and small performance improvements
This commit is contained in:
parent
994c9b7487
commit
550b878e46
|
@ -3,10 +3,10 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "zstd-${version}";
|
||||
version = "0.5.1";
|
||||
version = "0.6.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
sha256 = "18mfrq5fqd7gkkqrgc32rlb98vw45rq1vsbrg44bprg3mv6ca3ls";
|
||||
sha256 = "1r1l4pak289bjnkak2yrw65yhxfvqcmdsh10c1k0hi0wm7k3qcbw";
|
||||
rev = "v${version}";
|
||||
repo = "zstd";
|
||||
owner = "Cyan4973";
|
||||
|
|
Loading…
Reference in a new issue