We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent b98f6ad commit 55433e8Copy full SHA for 55433e8
pkgs/applications/graphics/ImageMagick/default.nix
@@ -15,7 +15,7 @@ let
15
16
cfg = {
17
version = "6.9.9-34";
18
- sha256 = "0sqrgyfi7i7x1akna95c1qhk9sxxswzm3pkssfi4w6v7bn24g25g";
+ sha256 = "0b11pxaiq0bvr3f3fj791jnfmwn61i3ini78cwi0szrn3akqwzdk";
19
patches = [];
20
}
21
# Freeze version on mingw so we don't need to port the patch too often.
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.
(wasn't me, FWIW, I was original author of commit not the backport)
2 commit comments
fpletz commentedon Jan 29, 2018
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 commentedon Jan 29, 2018
(wasn't me, FWIW, I was original author of commit not the backport)