Merge pull request #189070 from fbergroth/wireplumber-backport-mr398

wireplumber: backport a fix for bluetooth rescan loops

authored by

K900 and committed by
GitHub
80805575 97747d32

+6
+6
pkgs/development/libraries/pipewire/wireplumber.nix
··· 46 46 url = "https://gitlab.freedesktop.org/pipewire/wireplumber/-/commit/c16e637c329bc9dda8544b18f5bd47a8d63ee253.patch"; 47 47 sha256 = "sha256-xhhAlhOovwIjwAxXxvHRTG4GzpIPYvKQE2F4ZP1Udq8="; 48 48 }) 49 + # fix bluetooth rescan loops 50 + # FIXME: drop in next release 51 + (fetchpatch { 52 + url = "https://gitlab.freedesktop.org/pipewire/wireplumber/-/merge_requests/398.patch"; 53 + sha256 = "sha256-rEp/3fjBRbkFuw4rBW6h8O5hcy/oBP3DW7bPu5rVfNY="; 54 + }) 49 55 ]; 50 56 51 57 nativeBuildInputs = [