pipewire: 0.3.40 -> 0.3.42

This commit is contained in:
Jan Solanti 2021-12-16 19:34:16 +02:00 committed by Ben Gamari
parent 8f0e4c3627
commit 247beb6482

View file

@ -25,6 +25,8 @@
, webrtc-audio-processing
, ncurses
, readline81 # meson can't find <7 as those versions don't have a .pc file
, lilv
, openssl
, makeFontsConf
, callPackage
, nixosTests
@ -64,7 +66,7 @@ let
self = stdenv.mkDerivation rec {
pname = "pipewire";
version = "0.3.40";
version = "0.3.42";
outputs = [
"out"
@ -82,7 +84,7 @@ let
owner = "pipewire";
repo = "pipewire";
rev = version;
sha256 = "sha256-eY6uQa4+sC6yUWhF4IpAgRoppwhHO4s5fIMXOkS0z7A=";
sha256 = "sha256-Iyd5snOt+iCT7W0+FlfvhMUZo/gF+zr9JX4HIGVdHto=";
};
patches = [
@ -117,7 +119,9 @@ let
libjack2
libusb1
libsndfile
lilv
ncurses
openssl
readline81
udev
vulkan-headers