Skip to content

Commit 0605f7d

Browse files
authored
graphicsmagick: 1.3.43 -> 1.3.45 (#348480)
2 parents dd1856c + d1c6baf commit 0605f7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/gr/graphicsmagick/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@
2626

2727
stdenv.mkDerivation (finalAttrs: {
2828
pname = "graphicsmagick";
29-
version = "1.3.43";
29+
version = "1.3.45";
3030

3131
src = fetchurl {
3232
url = "mirror://sourceforge/graphicsmagick/GraphicsMagick-${finalAttrs.version}.tar.xz";
33-
hash = "sha256-K4hYBzLNfkCdniLGEWI4vvSuBvzaEUUb8z0ln5y/OZ8=";
33+
hash = "sha256-3OpRZ0FPfIBVV94tekepsxR7y/YXuR9fD0r+XmVDAms=";
3434
};
3535

3636
outputs = [ "out" "man" ];

0 commit comments

Comments
 (0)