lz4 128 -> 129
- New: LZ4_compress_fast() - Changed: New lz4 and lz4hc compression API. Previous function prototypes still supported. - Changed: Sparse file support enabled by default - New: LZ4 CLI improved performance compressing/decompressing multiple files - Added: LZ4_compress_destSize() - Fixed: GCC 4.9+ vector optimization - Changed: Enums converted to LZ4F_ namespace convention - Added: AppVeyor CI environment, for Visual tests - Modified:Obsolete functions generate warnings - Fixed : Bug #75 (unfinished stream) - Updated: Documentation converted to MarkDown format
This commit is contained in:
parent
f0764dd632
commit
a989b629d9
@ -1,11 +1,11 @@
|
|||||||
{ stdenv, fetchFromGitHub, valgrind }:
|
{ stdenv, fetchFromGitHub, valgrind }:
|
||||||
|
|
||||||
let version = "128"; in
|
let version = "129"; in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "lz4-${version}";
|
name = "lz4-${version}";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
sha256 = "00jrnic2jddj81av8jjipf4rdkx6x6cdf8zpsz3mp5kbmqzd0h9a";
|
sha256 = "0liq5gvnikchgvalpi52hq0npwlh84w94bj79dcbrcw19may5dwi";
|
||||||
rev = "r${version}";
|
rev = "r${version}";
|
||||||
repo = "lz4";
|
repo = "lz4";
|
||||||
owner = "Cyan4973";
|
owner = "Cyan4973";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user