vips: 8.6.5 -> 8.7.0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/vips/versions
This commit is contained in:
R. RyanTM 2018-09-20 02:21:40 -07:00
parent 35378f0141
commit f2b3b13876

View file

@ -6,11 +6,11 @@
stdenv.mkDerivation rec {
name = "vips-${version}";
version = "8.6.5";
version = "8.7.0";
src = fetchurl {
url = "https://github.com/jcupitt/libvips/releases/download/v${version}/${name}.tar.gz";
sha256 = "1nymm4vzscb68aifin9q742ff64b4k4ddppq1060w8hf6h7ay0l7";
sha256 = "16086hdg6m44llz69fkp1n0ckjb7zhl6i2bg0wwllrchznikwiy4";
};
nativeBuildInputs = [ pkgconfig ];