imagemagick: 7.1.2-26 -> 7.1.2-27 (#538821)

This commit is contained in:
dotlambda 2026-07-06 00:30:59 +00:00 committed by GitHub
commit 84c2e8fbd7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -89,13 +89,13 @@ in
stdenv.mkDerivation (finalAttrs: {
pname = "imagemagick";
version = "7.1.2-26";
version = "7.1.2-27";
src = fetchFromGitHub {
owner = "ImageMagick";
repo = "ImageMagick";
tag = finalAttrs.version;
hash = "sha256-Nl4C5XLwwQviy+GsLgNfbq+Ed6gWsI/ozB3BzM8bkV8=";
hash = "sha256-QCC2CO2zkhwlEWymwF739uSNuS7QCqqGIJnF/LtYzVc=";
};
outputs = [
@ -209,7 +209,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = {
homepage = "http://www.imagemagick.org/";
changelog = "https://github.com/ImageMagick/Website/blob/main/ChangeLog.md";
changelog = "https://github.com/ImageMagick/Website/blob/main/docs/changelog/index.md";
description = "Software suite to create, edit, compose, or convert bitmap images";
pkgConfigModules = [
"ImageMagick"