Skip to content

Commit

Permalink
imagemagick: 7.1.1-40 -> 7.1.1-41
Browse files Browse the repository at this point in the history
  • Loading branch information
dotlambda committed Nov 18, 2024
1 parent 76e882d commit 6096127
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions pkgs/applications/graphics/ImageMagick/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{ lib
, stdenv
, fetchFromGitHub
, fetchpatch2
, pkg-config
, libtool
, bzip2Support ? true, bzip2
Expand Down Expand Up @@ -51,22 +50,15 @@ in

stdenv.mkDerivation (finalAttrs: {
pname = "imagemagick";
version = "7.1.1-40";
version = "7.1.1-41";

src = fetchFromGitHub {
owner = "ImageMagick";
repo = "ImageMagick";
rev = finalAttrs.version;
hash = "sha256-NrTIx1OvwPIeVlA39hGkXZ2Atk4FCsU3/55SZeSc40E=";
hash = "sha256-ePZNWcjnyhZ8ciGBWsAjcZGSoYvg3Rruq+joRETKn60=";
};

patches = [
(fetchpatch2 {
url = "https://github.com/ImageMagick/ImageMagick/commit/bf5650f0dd41b500102a129d6867cb568f4edee4.patch";
hash = "sha256-nxvSTyNZ35DqjR41nM5uidWwRFWzd1e/LFE0n3fpbb8=";
})
];

outputs = [ "out" "dev" "doc" ]; # bin/ isn't really big
outputMan = "out"; # it's tiny

Expand Down

0 comments on commit 6096127

Please sign in to comment.