lol
fork

Configure Feed

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

Merge #226053: pipewire: 0.3.68 -> 0.3.69

...into staging

+4 -6
+4 -6
pkgs/development/libraries/pipewire/default.nix
··· 73 73 74 74 self = stdenv.mkDerivation rec { 75 75 pname = "pipewire"; 76 - version = "0.3.68"; 76 + version = "0.3.69"; 77 77 78 78 outputs = [ 79 79 "out" ··· 91 91 owner = "pipewire"; 92 92 repo = "pipewire"; 93 93 rev = version; 94 - sha256 = "sha256-dm+mgtvXJEBjCYMBbiBHZq42ikfsEDaybMzLMPLxBcE="; 94 + sha256 = "sha256-1eUyRkXfcvV0scWYPnDSpqJBWJNOYEZX0aVQSQeMwyE="; 95 95 }; 96 96 97 97 patches = [ ··· 108 108 # Place SPA data files in lib output to avoid dependency cycles 109 109 ./0095-spa-data-dir.patch 110 110 111 - # backport patch fixing no sound in some cases 112 - # FIXME: remove for next release 113 111 (fetchpatch { 114 - url = "https://gitlab.freedesktop.org/pipewire/pipewire/-/commit/8748c77451ce332dd24549b414200499ede4f184.diff"; 115 - hash = "sha256-nxWszqLUbO1XS/DWIBYrGpVZFy2c5+E2V9dlBMekShM="; 112 + url = "https://gitlab.freedesktop.org/pipewire/pipewire/-/commit/a275e825c75c93775baaeb17479e38d035d9b79a.patch"; 113 + hash = "sha256-y1kDtMy5MgDPv/TgV8xZ8rmzQ12ZsZafKMqJ3+QIu8E="; 116 114 }) 117 115 ]; 118 116