mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
lz4 129 -> 130
Hotfix, solving issues with lz4cat. - Fixed: incompatibility sparse mode vs console (#105) - Fixed: LZ4IO exits too early when frame crc not present (#106) - Fixed: incompatibility sparse mode vs append mode (#110) - Performance fix: big compression speed boost for clang (+30%) - New: cross-version test
This commit is contained in:
parent
b462c7908f
commit
cbbd7230ac
@ -1,11 +1,11 @@
|
|||||||
{ stdenv, fetchFromGitHub, valgrind }:
|
{ stdenv, fetchFromGitHub, valgrind }:
|
||||||
|
|
||||||
let version = "129"; in
|
let version = "130"; in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "lz4-${version}";
|
name = "lz4-${version}";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
sha256 = "0liq5gvnikchgvalpi52hq0npwlh84w94bj79dcbrcw19may5dwi";
|
sha256 = "1050hwnbqyz2m26vayv942dh92689qp73chrbnqlg8awhlb5kyi5";
|
||||||
rev = "r${version}";
|
rev = "r${version}";
|
||||||
repo = "lz4";
|
repo = "lz4";
|
||||||
owner = "Cyan4973";
|
owner = "Cyan4973";
|
||||||
|
Loading…
Reference in New Issue
Block a user