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:
commit
82ccdfbdb9
1 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue