diff options
| author | Robert Schütz <nix@dotlambda.de> | 2025-07-13 12:07:51 -0700 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-07-16 04:58:10 +0000 |
| commit | 4ad7afbc8434c0f75468608ba62f880b844bd7e1 (patch) | |
| tree | e701afcf44081bd414d085af4f09988bb80f94a2 | |
| parent | [Backport release-25.05] servo: 0-unstable-2025-06-26 -> 0-unstable-2025-07-0... (diff) | |
| download | nixpkgs-origin/backport-424889-to-release-25.05.tar.gz | |
imagemagick: 7.1.1-47 -> 7.1.2-0origin/backport-424889-to-release-25.05
Diff: https://github.com/ImageMagick/ImageMagick/compare/refs/tags/7.1.1-47...refs/tags/7.1.2-0
Changelog: https://github.com/ImageMagick/Website/blob/main/ChangeLog.md
(cherry picked from commit 1e2877d7f7b001381a8c9e6a0663205eebdcd6e6)
| -rw-r--r-- | pkgs/applications/graphics/ImageMagick/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/ImageMagick/default.nix b/pkgs/applications/graphics/ImageMagick/default.nix index 1e6f6195c234..aed3d2193ff5 100644 --- a/pkgs/applications/graphics/ImageMagick/default.nix +++ b/pkgs/applications/graphics/ImageMagick/default.nix @@ -85,13 +85,13 @@ in stdenv.mkDerivation (finalAttrs: { pname = "imagemagick"; - version = "7.1.1-47"; + version = "7.1.2-0"; src = fetchFromGitHub { owner = "ImageMagick"; repo = "ImageMagick"; tag = finalAttrs.version; - hash = "sha256-lRPGVGv86vH7Q1cLoLp8mOAkxcHTHgUrx0mmKgl1oEc="; + hash = "sha256-4x0+yELmXstv9hPuwzMGcKiTa1rZtURZgwSSVIhzAkE="; }; outputs = [ |
