0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

Merge pull request #150999 from jansol/master

pipewire: 0.3.40 -> 0.3.42
This commit is contained in:
Jan Tojnar 2022-01-02 00:46:02 +01:00 committed by GitHub
commit 82ccdfbdb9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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