wireplumber: 0.4.7 → 0.4.8

This commit is contained in:
K900 2022-02-07 17:40:56 +00:00 committed by Jonathan Ringer
parent c100cfcdda
commit 88a62d1cc8

View file

@ -27,7 +27,7 @@ let
in
stdenv.mkDerivation rec {
pname = "wireplumber";
version = "0.4.7";
version = "0.4.8";
outputs = [ "out" "dev" ] ++ lib.optional enableDocs "doc";
@ -36,18 +36,9 @@ stdenv.mkDerivation rec {
owner = "pipewire";
repo = "wireplumber";
rev = version;
sha256 = "sha256-yp4xtp+s+h+43LGVtYonoJ2tQaLRfwyMY4fp8z1l0CM=";
sha256 = "sha256-xwfggrjKHh5mZdvH6dKqQo6o1ltxuYdjoGYaWl31C/Y=";
};
patches = [
# backport a fix for default device selection
# FIXME remove this after 0.4.8
(fetchpatch {
url = "https://gitlab.freedesktop.org/pipewire/wireplumber/-/commit/211f1e6b6cd4898121e4c2b821fae4dea6cc3317.patch";
sha256 = "sha256-EGcbJ8Rq/5ft6SV0VC+mTkhVE7Ycze4TL6AVc9KH7+M=";
})
];
nativeBuildInputs = [
meson
pkg-config