Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

imagemagick6: 6.9.12-15 -> 6.9.12-16

(cherry picked from commit 4b1e53a46dd1315aee3639cad59c6fc66ea2597b)

authored by Robert Schütz and committed by github-actions[bot] 8343ebda 0b89dfd3

Changed files
+2 -2
pkgs
applications
graphics
ImageMagick
+2 -2
pkgs/applications/graphics/ImageMagick/6.x.nix
··· 15 15 16 16 stdenv.mkDerivation rec { 17 17 pname = "imagemagick"; 18 - version = "6.9.12-15"; 18 + version = "6.9.12-16"; 19 19 20 20 src = fetchFromGitHub { 21 21 owner = "ImageMagick"; 22 22 repo = "ImageMagick6"; 23 23 rev = version; 24 - sha256 = "sha256-bel4p45eQfQPIp5/sawhTYTfyuYRQ5nFuGh4qqt1zDs="; 24 + sha256 = "sha256-kg8vt88G6huRbJlVYztKxHiFPhGz/QHuNKtbhmai790="; 25 25 }; 26 26 27 27 outputs = [ "out" "dev" "doc" ]; # bin/ isn't really big