mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
imagemagick: 7.1.2-26 -> 7.1.2-27
Diff: https://github.com/ImageMagick/ImageMagick/compare/7.1.2-26...7.1.2-27
Changelog: https://github.com/ImageMagick/Website/blob/main/docs/changelog/index.md
(cherry picked from commit c0dd26dd3d)
This commit is contained in:
committed by
github-actions[bot]
parent
15eed1f786
commit
7ff081ae92
@@ -88,13 +88,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 = [
|
||||
@@ -206,7 +206,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"
|
||||
|
||||
Reference in New Issue
Block a user