mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
[Backport staging-26.05] imagemagick: 7.1.2-26 -> 7.1.2-27 (#538836)
This commit is contained in:
commit
3fdd8ac1d8
1 changed files with 3 additions and 3 deletions
|
|
@ -88,13 +88,13 @@ in
|
||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "imagemagick";
|
pname = "imagemagick";
|
||||||
version = "7.1.2-26";
|
version = "7.1.2-27";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ImageMagick";
|
owner = "ImageMagick";
|
||||||
repo = "ImageMagick";
|
repo = "ImageMagick";
|
||||||
tag = finalAttrs.version;
|
tag = finalAttrs.version;
|
||||||
hash = "sha256-Nl4C5XLwwQviy+GsLgNfbq+Ed6gWsI/ozB3BzM8bkV8=";
|
hash = "sha256-QCC2CO2zkhwlEWymwF739uSNuS7QCqqGIJnF/LtYzVc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = [
|
outputs = [
|
||||||
|
|
@ -206,7 +206,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.imagemagick.org/";
|
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";
|
description = "Software suite to create, edit, compose, or convert bitmap images";
|
||||||
pkgConfigModules = [
|
pkgConfigModules = [
|
||||||
"ImageMagick"
|
"ImageMagick"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue