···44444545stdenv.mkDerivation rec {
4646 pname = "gtk+3";
4747- version = "3.24.11";
4747+ version = "3.24.12";
48484949 outputs = [ "out" "dev" ];
5050 outputBin = "dev";
···56565757 src = fetchurl {
5858 url = "mirror://gnome/sources/gtk+/${stdenv.lib.versions.majorMinor version}/gtk+-${version}.tar.xz";
5959- sha256 = "1598k357xvffbswsrvc63lyj73wq0b510lhg4vcgl6rf1a6nb9yv";
5959+ sha256 = "10xyyhlfb0yk4hglngxh2zsv9xrxkqv343df8h01dvagc6jyp10k";
6060 };
61616262 patches = [
···6868 })
6969 # https://gitlab.gnome.org/GNOME/gtk/merge_requests/1002
7070 ./01-build-Fix-path-handling-in-pkgconfig.patch
7171- # 3.32.11 had wrong version in .pc
7272- # drop in next release
7373- (fetchpatch {
7474- url = "https://gitlab.gnome.org/GNOME/gtk/commit/70c4b66d99f66b9da27ded63f2c26e3c13ce07f8.patch";
7575- sha256 = "0nkc3y85wp5sn8xbr7c5zcpn9gsd5zcmdhjqwpmq54jwmg07fk52";
7676- })
7771 ] ++ optionals stdenv.isDarwin [
7872 # X11 module requires <gio/gdesktopappinfo.h> which is not installed on Darwin
7973 # let’s drop that dependency in similar way to how other parts of the library do it