Merge pull request #58294 from r-ryantm/auto-update/libgdiplus
libgdiplus: 5.6 -> 5.6.1
This commit is contained in:
commit
24c04ee41c
@ -3,13 +3,13 @@
|
|||||||
, libXrender, libexif, autoreconfHook, fetchpatch }:
|
, libXrender, libexif, autoreconfHook, fetchpatch }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "libgdiplus-5.6";
|
name = "libgdiplus-5.6.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "mono";
|
owner = "mono";
|
||||||
repo = "libgdiplus";
|
repo = "libgdiplus";
|
||||||
rev = "5.6";
|
rev = "5.6.1";
|
||||||
sha256 = "11xr84kng74j3pd8sx74q80a71k6dw0a502qgibcxlyqh666lfb7";
|
sha256 = "023xf3l2s0mxcdbl2viglzrkhx3lwcrpm66fiq7cfdqz80d4vsj2";
|
||||||
};
|
};
|
||||||
|
|
||||||
NIX_LDFLAGS = "-lgif";
|
NIX_LDFLAGS = "-lgif";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user