Merge pull request #133992 from r-ryantm/auto-update/libdeflate

libdeflate: 1.7 -> 1.8
This commit is contained in:
Ryan Burns 2021-10-10 16:37:21 -07:00 committed by GitHub
commit 259f45372b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "libdeflate";
version = "1.7";
version = "1.8";
src = fetchFromGitHub {
owner = "ebiggers";
repo = "libdeflate";
rev = "v${version}";
sha256 = "1hnn1yd9s5h92xs72y73izak47kdz070kxkw3kyz2d3az6brfdgh";
sha256 = "sha256-P7YbuhP2/zJCpE9dxZev1yy5oda8WKAHY84ZLTL8gVs=";
};
postPatch = ''