Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f352fdd819a0
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 25cf4b000971
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Feb 20, 2021

  1. pipewire: 0.3.21 -> 0.3.22

    domenkozar committed Feb 20, 2021

    Verified

    This commit was signed with the committer’s verified signature.
    bagder Daniel Stenberg
    Copy the full SHA
    25cf4b0 View commit details
Showing with 4 additions and 2 deletions.
  1. +4 −2 pkgs/development/libraries/pipewire/default.nix
6 changes: 4 additions & 2 deletions pkgs/development/libraries/pipewire/default.nix
Original file line number Diff line number Diff line change
@@ -13,6 +13,7 @@
, glib
, dbus
, alsaLib
, SDL2
, libjack2
, udev
, libva
@@ -42,7 +43,7 @@ let

self = stdenv.mkDerivation rec {
pname = "pipewire";
version = "0.3.21";
version = "0.3.22";

outputs = [
"out"
@@ -60,7 +61,7 @@ let
owner = "pipewire";
repo = "pipewire";
rev = version;
hash = "sha256:2YJzPTMPIoQQeNja3F53SD4gtpdSlbD/i77hBWiQfuQ=";
hash = "sha256:1ywna5f5v8s79ivrqfwwc8vy6sn3a2zvfwqyalf1fypj5d90w8g9";
};

patches = [
@@ -86,6 +87,7 @@ let
alsaLib
dbus
glib
SDL2
libjack2
libsndfile
ncurses