diff options
| author | Kerstin Humm <kerstin@erictapen.name> | 2021-07-18 14:24:07 +0200 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2021-07-23 12:10:50 +0000 |
| commit | 4e7285921e683298e1c0ccd74410337507fc720d (patch) | |
| tree | a888c428a0d5505eee25310a43e108e8aa8dc392 | |
| parent | Merge staging-next-21.05 into staging-21.05 (diff) | |
| download | nixpkgs-4e7285921e683298e1c0ccd74410337507fc720d.tar.gz | |
imagemagick: 7.1.0-2 -> 7.1.0-4
(cherry picked from commit 937dae1dad9437d59c175d7c05f3e0bbc860bc41)
| -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 e9aaaa321017..5e0605bce9aa 100644 --- a/pkgs/applications/graphics/ImageMagick/7.0.nix +++ b/pkgs/applications/graphics/ImageMagick/7.0.nix @@ -18,13 +18,13 @@ in stdenv.mkDerivation rec { pname = "imagemagick"; - version = "7.1.0-2"; + version = "7.1.0-4"; src = fetchFromGitHub { owner = "ImageMagick"; repo = "ImageMagick"; rev = version; - sha256 = "sha256-0nTz9UBspROrNj72amyZmFYK/y9Xg4+qNt4raZiK3AI="; + sha256 = "sha256-CvrSeoKaTigR+4egelwLRr2++CQ5OWUePwX9e1/G1GM="; }; outputs = [ "out" "dev" "doc" ]; # bin/ isn't really big |
