lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #200551 from K900/pipewire-0.3.60

authored by

Martin Weinelt and committed by
GitHub
f959ccac 17fbc9a3

+7 -7
+7 -7
pkgs/development/libraries/pipewire/default.nix
··· 68 68 69 69 let 70 70 mesonEnableFeature = b: if b then "enabled" else "disabled"; 71 - mesonList = l: "[" + lib.concatStringsSep "," l + "]"; 72 71 73 72 self = stdenv.mkDerivation rec { 74 73 pname = "pipewire"; 75 - version = "0.3.59"; 74 + version = "0.3.60"; 76 75 77 76 outputs = [ 78 77 "out" ··· 90 89 owner = "pipewire"; 91 90 repo = "pipewire"; 92 91 rev = version; 93 - sha256 = "sha256-4wDtdgkjBRlthhwbI3cSQFnbr+gxPQP5j5YnrWiQVp4="; 92 + sha256 = "sha256-HDE2QAV2jnEJCqgiGx4TVP4ceeKAqwd4P3OYw6auNAM="; 94 93 }; 95 94 96 95 patches = [ ··· 107 106 # Place SPA data files in lib output to avoid dependency cycles 108 107 ./0095-spa-data-dir.patch 109 108 110 - # remove when updating to 0.3.60 111 - (fetchpatch { # filter-chain: iterate the port correctly 112 - url = "https://gitlab.freedesktop.org/pipewire/pipewire/-/commit/94a64268613adac8ef6f3e6c1f04468220540d00.patch"; 113 - sha256 = "sha256-IDTB7NgadgR3vKv97Nvd9pBfnOnMi21YsvLdD1Ew7HE="; 109 + # Recommended backport patch to fix tdesktop with pw-pulse 110 + # FIXME: remove in 0.3.61 111 + (fetchpatch { 112 + url = "https://gitlab.freedesktop.org/pipewire/pipewire/-/commit/b720da771efa950cf380101bed42d5d5ee177908.diff"; 113 + hash = "sha256-p/BvatnbEJAMLQUUOECKAK7FppaNp9ei3FHjAw2spM8="; 114 114 }) 115 115 ]; 116 116