gtk3: 3.24.11 → 3.24.12

+2 -8
+2 -8
pkgs/development/libraries/gtk/3.x.nix
··· 44 45 stdenv.mkDerivation rec { 46 pname = "gtk+3"; 47 - version = "3.24.11"; 48 49 outputs = [ "out" "dev" ]; 50 outputBin = "dev"; ··· 56 57 src = fetchurl { 58 url = "mirror://gnome/sources/gtk+/${stdenv.lib.versions.majorMinor version}/gtk+-${version}.tar.xz"; 59 - sha256 = "1598k357xvffbswsrvc63lyj73wq0b510lhg4vcgl6rf1a6nb9yv"; 60 }; 61 62 patches = [ ··· 68 }) 69 # https://gitlab.gnome.org/GNOME/gtk/merge_requests/1002 70 ./01-build-Fix-path-handling-in-pkgconfig.patch 71 - # 3.32.11 had wrong version in .pc 72 - # drop in next release 73 - (fetchpatch { 74 - url = "https://gitlab.gnome.org/GNOME/gtk/commit/70c4b66d99f66b9da27ded63f2c26e3c13ce07f8.patch"; 75 - sha256 = "0nkc3y85wp5sn8xbr7c5zcpn9gsd5zcmdhjqwpmq54jwmg07fk52"; 76 - }) 77 ] ++ optionals stdenv.isDarwin [ 78 # X11 module requires <gio/gdesktopappinfo.h> which is not installed on Darwin 79 # let’s drop that dependency in similar way to how other parts of the library do it
··· 44 45 stdenv.mkDerivation rec { 46 pname = "gtk+3"; 47 + version = "3.24.12"; 48 49 outputs = [ "out" "dev" ]; 50 outputBin = "dev"; ··· 56 57 src = fetchurl { 58 url = "mirror://gnome/sources/gtk+/${stdenv.lib.versions.majorMinor version}/gtk+-${version}.tar.xz"; 59 + sha256 = "10xyyhlfb0yk4hglngxh2zsv9xrxkqv343df8h01dvagc6jyp10k"; 60 }; 61 62 patches = [ ··· 68 }) 69 # https://gitlab.gnome.org/GNOME/gtk/merge_requests/1002 70 ./01-build-Fix-path-handling-in-pkgconfig.patch 71 ] ++ optionals stdenv.isDarwin [ 72 # X11 module requires <gio/gdesktopappinfo.h> which is not installed on Darwin 73 # let’s drop that dependency in similar way to how other parts of the library do it