Merge pull request #77128 from r-ryantm/auto-update/libdeflate
libdeflate: 1.3 -> 1.5
This commit is contained in:
commit
a23a985594
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "libdeflate";
|
pname = "libdeflate";
|
||||||
version = "1.3";
|
version = "1.5";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ebiggers";
|
owner = "ebiggers";
|
||||||
repo = "libdeflate";
|
repo = "libdeflate";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "019xsz5dnbpxiz29j3zqsxyi4ksjkkygi6a2zyc8fxbm8lvaa9ar";
|
sha256 = "1v0y7998p8a8wpblnpdyk5zzvpj8pbrpzxwxmv0b0axrhaarxrf3";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
|
|||||||
description = "Fast DEFLATE/zlib/gzip compressor and decompressor";
|
description = "Fast DEFLATE/zlib/gzip compressor and decompressor";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
homepage = https://github.com/ebiggers/libdeflate;
|
homepage = https://github.com/ebiggers/libdeflate;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.unix;
|
||||||
maintainers = with maintainers; [ orivej ];
|
maintainers = with maintainers; [ orivej ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user