Merge pull request #79397 from r-ryantm/auto-update/vips

vips: 8.9.0 -> 8.9.1
This commit is contained in:
Ryan Mulligan 2020-02-07 07:11:26 -08:00 committed by GitHub
commit d35c686843
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "vips";
version = "8.9.0";
version = "8.9.1";
src = fetchFromGitHub {
owner = "libvips";
repo = "libvips";
rev = "v${version}";
sha256 = "0x61vnfnqv53pnp52nx610470x7pzdjbkqzk8wlc8i6cc2cg7f91";
sha256 = "01vgvzlygg3fzpinb0x1rdm2sqvnqxmvxbnlbg73ygdadv3l2s0v";
# Remove unicode file names which leads to different checksums on HFS+
# vs. other filesystems because of unicode normalisation.
extraPostFetch = ''