libgdiplus: 5.6 -> 5.6.1

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libgdiplus/versions
This commit is contained in:
R. RyanTM 2019-03-25 14:45:58 -07:00
parent 2cc6444113
commit 8d98e6472e

View File

@ -3,13 +3,13 @@
, libXrender, libexif, autoreconfHook, fetchpatch }:
stdenv.mkDerivation rec {
name = "libgdiplus-5.6";
name = "libgdiplus-5.6.1";
src = fetchFromGitHub {
owner = "mono";
repo = "libgdiplus";
rev = "5.6";
sha256 = "11xr84kng74j3pd8sx74q80a71k6dw0a502qgibcxlyqh666lfb7";
rev = "5.6.1";
sha256 = "023xf3l2s0mxcdbl2viglzrkhx3lwcrpm66fiq7cfdqz80d4vsj2";
};
NIX_LDFLAGS = "-lgif";