summary refs log tree commit diff
diff options
context:
space:
mode:
authorJan Solanti <jhs@psonet.com>2021-09-16 18:52:08 +0300
committerJan Solanti <jhs@psonet.com>2021-09-16 18:52:08 +0300
commit996b51ee8569d7042ba1d92d87a51e9bf90e73b5 (patch)
tree29a128e1d78a56012a57dfa21b2b1f0a33b1d046
parent044da009d172482fc8b748bcc92cced3c915bb0e (diff)
downloadnixpkgs-996b51ee8569d7042ba1d92d87a51e9bf90e73b5.tar
nixpkgs-996b51ee8569d7042ba1d92d87a51e9bf90e73b5.tar.gz
nixpkgs-996b51ee8569d7042ba1d92d87a51e9bf90e73b5.tar.bz2
nixpkgs-996b51ee8569d7042ba1d92d87a51e9bf90e73b5.tar.lz
nixpkgs-996b51ee8569d7042ba1d92d87a51e9bf90e73b5.tar.xz
nixpkgs-996b51ee8569d7042ba1d92d87a51e9bf90e73b5.tar.zst
nixpkgs-996b51ee8569d7042ba1d92d87a51e9bf90e73b5.zip
pipewire: 0.3.35 -> 0.3.36
-rw-r--r--nixos/modules/services/desktops/pipewire/bluez-hardware.conf.json12
-rw-r--r--pkgs/development/libraries/pipewire/default.nix4
2 files changed, 14 insertions, 2 deletions
diff --git a/nixos/modules/services/desktops/pipewire/bluez-hardware.conf.json b/nixos/modules/services/desktops/pipewire/bluez-hardware.conf.json
index a02cf13aa65..e5e7517e38d 100644
--- a/nixos/modules/services/desktops/pipewire/bluez-hardware.conf.json
+++ b/nixos/modules/services/desktops/pipewire/bluez-hardware.conf.json
@@ -52,6 +52,18 @@
       "name": "JBL LIVE650BTNC"
     },
     {
+      "name": "Motorola DC800",
+      "no-features": [
+        "sbc-xq"
+      ]
+    },
+    {
+      "name": "Motorola S305",
+      "no-features": [
+        "sbc-xq"
+      ]
+    },
+    {
       "name": "Soundcore Life P2-L",
       "no-features": [
         "msbc-alt1",
diff --git a/pkgs/development/libraries/pipewire/default.nix b/pkgs/development/libraries/pipewire/default.nix
index 3fd15f7b36c..0ada1853998 100644
--- a/pkgs/development/libraries/pipewire/default.nix
+++ b/pkgs/development/libraries/pipewire/default.nix
@@ -58,7 +58,7 @@ let
 
   self = stdenv.mkDerivation rec {
     pname = "pipewire";
-    version = "0.3.35";
+    version = "0.3.36";
 
     outputs = [
       "out"
@@ -77,7 +77,7 @@ let
       owner = "pipewire";
       repo = "pipewire";
       rev = version;
-      sha256 = "sha256-cGH0Hd4c4KLyynMb3LIwElwHD99apNiI40SwZC3KG/s=";
+      sha256 = "sha256-kwoffB0Hi84T4Q0NaxLxsCyPV4R0LayX9kHmXU/vRPA=";
     };
 
     patches = [