1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

zstd: 0.7.0 -> 0.7.1

Fixes:
- ZBUFF_compressEnd() called multiple times with too small dst buffer
- dictBuilder fails if first sample is too small
- corruption issue
- cli breaks during destination file overwrite confirmation

Changes:
- frame checksum enabled by default in command line mode
This commit is contained in:
Tobias Geerinckx-Rice 2016-06-23 14:31:53 +02:00
parent a709f60d7b
commit 7a93926a91
No known key found for this signature in database
GPG key ID: 91CCDB9B48541B99

View file

@ -3,10 +3,10 @@
stdenv.mkDerivation rec {
name = "zstd-${version}";
version = "0.7.0";
version = "0.7.1";
src = fetchFromGitHub {
sha256 = "10n54lv33r90qbwvdvj4hx82g454pg1fhca3phkyh9mncbdvaqma";
sha256 = "0h922kw6q0nsbigv86k7xqpfh4rj7rjxp60pgjmp5vlb2bma03sm";
rev = "v${version}";
repo = "zstd";
owner = "Cyan4973";