ulauncher: Fix with webkitgtk_4_1

Apply patch for compatibility with webkitgtk 4.1.
Fixes dependency on insecure webkitgtk 4.0.

Flakebi 9da35b8f dfb2f12e

Changed files
+8 -2
pkgs
by-name
ul
ulauncher
+8 -2
pkgs/by-name/ul/ulauncher/package.nix
···
{
lib,
fetchurl,
+
fetchpatch,
nix-update-script,
python3Packages,
gdk-pixbuf,
···
gobject-introspection,
gtk3,
wrapGAppsHook3,
-
webkitgtk_4_0,
+
webkitgtk_4_1,
libnotify,
keybinder3,
libappindicator,
···
libappindicator
libnotify
librsvg
-
webkitgtk_4_0
+
webkitgtk_4_1
wmctrl
];
···
patches = [
./fix-path.patch
./fix-extensions.patch
+
(fetchpatch {
+
name = "support-gir1.2-webkit2-4.1.patch";
+
url = "https://src.fedoraproject.org/rpms/ulauncher/raw/rawhide/f/support-gir1.2-webkit2-4.1.patch";
+
hash = "sha256-w1c+Yf6SA3fyMrMn1LXzCXf5yuynRYpofkkUqZUKLS8=";
+
})
];
postPatch = ''