wireplumber: 0.4.11 -> 0.4.12
This commit is contained in:
parent
859a6b3bcf
commit
94b9ed29b9
1 changed files with 2 additions and 18 deletions
|
@ -1,7 +1,6 @@
|
||||||
{ lib
|
{ lib
|
||||||
, stdenv
|
, stdenv
|
||||||
, fetchFromGitLab
|
, fetchFromGitLab
|
||||||
, fetchpatch
|
|
||||||
, nix-update-script
|
, nix-update-script
|
||||||
, # base build deps
|
, # base build deps
|
||||||
meson
|
meson
|
||||||
|
@ -27,7 +26,7 @@ let
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "wireplumber";
|
pname = "wireplumber";
|
||||||
version = "0.4.11";
|
version = "0.4.12";
|
||||||
|
|
||||||
outputs = [ "out" "dev" ] ++ lib.optional enableDocs "doc";
|
outputs = [ "out" "dev" ] ++ lib.optional enableDocs "doc";
|
||||||
|
|
||||||
|
@ -36,24 +35,9 @@ stdenv.mkDerivation rec {
|
||||||
owner = "pipewire";
|
owner = "pipewire";
|
||||||
repo = "wireplumber";
|
repo = "wireplumber";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-3NrzOsL0MekxMMXCFubEkazzSWFNsjUsX8n2ECcr7yY=";
|
sha256 = "sha256-2qM6sX807v/3DZXTuBvUSGV8+cPB87rWYb+HTDCm3kw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
|
||||||
# fix sound not working in VMs
|
|
||||||
# FIXME: drop in next release
|
|
||||||
(fetchpatch {
|
|
||||||
url = "https://gitlab.freedesktop.org/pipewire/wireplumber/-/commit/c16e637c329bc9dda8544b18f5bd47a8d63ee253.patch";
|
|
||||||
sha256 = "sha256-xhhAlhOovwIjwAxXxvHRTG4GzpIPYvKQE2F4ZP1Udq8=";
|
|
||||||
})
|
|
||||||
# fix bluetooth rescan loops
|
|
||||||
# FIXME: drop in next release
|
|
||||||
(fetchpatch {
|
|
||||||
url = "https://gitlab.freedesktop.org/pipewire/wireplumber/-/merge_requests/398.patch";
|
|
||||||
sha256 = "sha256-rEp/3fjBRbkFuw4rBW6h8O5hcy/oBP3DW7bPu5rVfNY=";
|
|
||||||
})
|
|
||||||
];
|
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
meson
|
meson
|
||||||
pkg-config
|
pkg-config
|
||||||
|
|
Loading…
Reference in a new issue