Merge pull request #149622 from r-ryantm/auto-update/php-imagick

php74Extensions.imagick: 3.5.0 -> 3.6.0
This commit is contained in:
Elis Hirwing 2021-12-08 14:49:33 +01:00 committed by GitHub
commit 5d32176741
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,8 +3,8 @@
buildPecl {
pname = "imagick";
version = "3.5.0";
sha256 = "0afjyll6rr79am6d1p041bl4dj44hp9z4gzmlhrkvkdsdz1vfpbr";
version = "3.6.0";
sha256 = "sha256-Till8tcN1ZpA55V9VuWQ5zHK0maen4ng/KFZ10jSlH4=";
configureFlags = [ "--with-imagick=${imagemagick.dev}" ];
nativeBuildInputs = [ pkg-config ];