diff options
| author | Robert Schütz <nix@dotlambda.de> | 2022-06-05 16:19:55 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2022-06-05 20:27:20 +0000 |
| commit | 33736f6dbb43fde9179deef03672e7b9d0826641 (patch) | |
| tree | dd5ff62ae230d8bd332092c3fd57631abb541971 | |
| parent | exiftool: fix mainProgram (diff) | |
| download | nixpkgs-origin/backport-176415-to-release-22.05.tar.gz | |
imagemagick: 7.1.0-36 -> 7.1.0-37origin/backport-176415-to-release-22.05
(cherry picked from commit 2badffbd9983350effe3a5fae7e46f2644e26d3d)
| -rw-r--r-- | pkgs/applications/graphics/ImageMagick/7.0.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/ImageMagick/7.0.nix b/pkgs/applications/graphics/ImageMagick/7.0.nix index c7385a3452fc..c63d9d982a0f 100644 --- a/pkgs/applications/graphics/ImageMagick/7.0.nix +++ b/pkgs/applications/graphics/ImageMagick/7.0.nix @@ -45,13 +45,13 @@ in stdenv.mkDerivation rec { pname = "imagemagick"; - version = "7.1.0-36"; + version = "7.1.0-37"; src = fetchFromGitHub { owner = "ImageMagick"; repo = "ImageMagick"; rev = version; - hash = "sha256-fl83O3vVHp12+Vj3WT0NOWe5a6ufmtFlxVlbUhIzfB0="; + hash = "sha256-Okp3oPIAEXl+fTnEw0jufSxcRU6ip+on5/IyGEjzx2E="; }; outputs = [ "out" "dev" "doc" ]; # bin/ isn't really big |
