Skip to content

Commit 55433e8

Browse files
committedJan 29, 2018
imagemagick: fix output hash
1 parent b98f6ad commit 55433e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pkgs/applications/graphics/ImageMagick/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ let
1515

1616
cfg = {
1717
version = "6.9.9-34";
18-
sha256 = "0sqrgyfi7i7x1akna95c1qhk9sxxswzm3pkssfi4w6v7bn24g25g";
18+
sha256 = "0b11pxaiq0bvr3f3fj791jnfmwn61i3ini78cwi0szrn3akqwzdk";
1919
patches = [];
2020
}
2121
# Freeze version on mingw so we don't need to port the patch too often.

2 commit comments

Comments
 (2)

fpletz commented on Jan 29, 2018

@fpletz
Member

The problem was that the source is fetched from Github on master. This change was not backported in df66be2.

@dtzWill Could you please backport every commit instead of fixing the conflicts? This will prevent such errors in the future.

@svanderburg Fixed for good in c45b399.

dtzWill commented on Jan 29, 2018

@dtzWill
Member

(wasn't me, FWIW, I was original author of commit not the backport)

Please sign in to comment.