···4849stdenv.mkDerivation rec {
50 pname = "gtk+3";
51- version = "3.24.17";
5253 outputs = [ "out" "dev" ] ++ optional withGtkDoc "devdoc";
54 outputBin = "dev";
···6061 src = fetchurl {
62 url = "mirror://gnome/sources/gtk+/${stdenv.lib.versions.majorMinor version}/gtk+-${version}.tar.xz";
63- sha256 = "1h5snvqz8f6zgwpmq7pblvfwj5dphfckj8bv7vdz1c0w49dja47j";
64 };
6566 patches = [
···7374 # https://gitlab.gnome.org/GNOME/gtk/merge_requests/1002
75 ./patches/01-build-Fix-path-handling-in-pkgconfig.patch
76-77- # https://gitlab.gnome.org/GNOME/gtk/-/merge_requests/1634
78- (fetchpatch {
79- url = "https://gitlab.gnome.org/GNOME/gtk/-/commit/79732da1ed8cb167440fb047c72cfc0d888a187b.patch";
80- sha256 = "1ynrx81dkwjfqhvg80q28qbb6jabg4x73fkbrnligzgkzimfjpx3";
81- })
82- # https://gitlab.gnome.org/GNOME/gtk/-/merge_requests/1633
83- (fetchpatch {
84- url = "https://gitlab.gnome.org/GNOME/gtk/-/commit/12fc9a45efcbb546eb7de13c5c4d3183f2f5a3b8.patch";
85- sha256 = "00zrm77qk39p1hgn207az82cgvqiyp6is7dk0ssjxkc34403r78v";
86- })
87- (fetchpatch {
88- url = "https://gitlab.gnome.org/GNOME/gtk/-/commit/5a52af20cba76474e631b2a7548963bcad22d66d.patch";
89- sha256 = "0sbzzwa0si1w83m5abyf312f4w445wwlms53m5hb7kdgkjbhaa3f";
90- })
91 ] ++ optionals stdenv.isDarwin [
92 # X11 module requires <gio/gdesktopappinfo.h> which is not installed on Darwin
93 # let’s drop that dependency in similar way to how other parts of the library do it
···4849stdenv.mkDerivation rec {
50 pname = "gtk+3";
51+ version = "3.24.18";
5253 outputs = [ "out" "dev" ] ++ optional withGtkDoc "devdoc";
54 outputBin = "dev";
···6061 src = fetchurl {
62 url = "mirror://gnome/sources/gtk+/${stdenv.lib.versions.majorMinor version}/gtk+-${version}.tar.xz";
63+ sha256 = "1lia2ybd1661j6mvrc00iyd50gm7sy157bdzlyf4mr028rzzzspm";
64 };
6566 patches = [
···7374 # https://gitlab.gnome.org/GNOME/gtk/merge_requests/1002
75 ./patches/01-build-Fix-path-handling-in-pkgconfig.patch
00000000000000076 ] ++ optionals stdenv.isDarwin [
77 # X11 module requires <gio/gdesktopappinfo.h> which is not installed on Darwin
78 # let’s drop that dependency in similar way to how other parts of the library do it