diff options
| author | Ryan Mulligan <ryan@ryantm.com> | 2019-04-07 14:57:33 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-04-07 14:57:33 -0700 |
| commit | 70e4ae97e894e0f1a949897b2fe33e828462cbe1 (patch) | |
| tree | a3956b40f28933f1af1ff0171717a4fd13655e00 | |
| parent | Merge pull request #59118 from Ma27/codimd-node-8 (diff) | |
| parent | imagemagick7: 7.0.8-22 -> 7.0.8-34 (diff) | |
| download | nixpkgs-70e4ae97e894e0f1a949897b2fe33e828462cbe1.tar.gz | |
Merge pull request #58241 from r-ryantm/auto-update/imagemagick
imagemagick7: 7.0.8-22 -> 7.0.8-34
| -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 efbf5864faa8..746bddd5416d 100644 --- a/pkgs/applications/graphics/ImageMagick/7.0.nix +++ b/pkgs/applications/graphics/ImageMagick/7.0.nix @@ -13,8 +13,8 @@ let else throw "ImageMagick is not supported on this platform."; cfg = { - version = "7.0.8-22"; - sha256 = "1ivljgf192xh7pq1apdic923pvcb3aq74mx8d4hi65hhc9748gv7"; + version = "7.0.8-34"; + sha256 = "0szkzwy0jzmwx4kqli21jq8pk3s53v37q0nsaqzascs3mpkbza2s"; patches = []; }; in |
