Merge pull request #208973 from baloo/baloo/gtk3/3.24.36

gtk3: 3.24.35 -> 3.24.36

authored by Jan Tojnar and committed by GitHub 8fea2347 44330938

+2 -13
+2 -13
pkgs/development/libraries/gtk/3.x.nix
··· 2 2 , stdenv 3 3 , substituteAll 4 4 , fetchurl 5 - , fetchpatch2 6 5 , pkg-config 7 6 , gettext 8 7 , docbook-xsl-nons ··· 61 60 62 61 stdenv.mkDerivation rec { 63 62 pname = "gtk+3"; 64 - version = "3.24.35"; 63 + version = "3.24.36"; 65 64 66 65 outputs = [ "out" "dev" ] ++ lib.optional withGtkDoc "devdoc"; 67 66 outputBin = "dev"; ··· 73 72 74 73 src = fetchurl { 75 74 url = "mirror://gnome/sources/gtk+/${lib.versions.majorMinor version}/gtk+-${version}.tar.xz"; 76 - sha256 = "sha256-7BD+bXEu8LPGO1+TJjnJ0a6Z/OlPUA9vBpZWKf72C9E="; 75 + sha256 = "sha256-J6bvFXdDNQyAf/6lm6odcCJtvt6CpelT/9WOpgWf5pE="; 77 76 }; 78 77 79 78 patches = [ 80 79 ./patches/3.0-immodules.cache.patch 81 80 ./patches/3.0-Xft-setting-fallback-compute-DPI-properly.patch 82 - 83 - # Add accidentally non-dist’d build file. 84 - # https://gitlab.gnome.org/GNOME/gtk/-/commit/b2ad8d2abafbd94c7e58e5e1b98c92e6b6fa6d9a 85 - (fetchpatch2 { 86 - url = "https://gitlab.gnome.org/GNOME/gtk/-/commit/66a199806ceb3daa5e2c7d3a5b45a86007cec46a.patch"; 87 - includes = [ 88 - "gdk/wayland/cursor/meson.build" 89 - ]; 90 - sha256 = "cOOcSB3yphff2+7l7YpFbGSswWjV8lJ2tk+Vjgl1ras="; 91 - }) 92 81 ] ++ lib.optionals stdenv.isDarwin [ 93 82 # X11 module requires <gio/gdesktopappinfo.h> which is not installed on Darwin 94 83 # let’s drop that dependency in similar way to how other parts of the library do it