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: fb6f9b7eb0aa
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6900641ceca5
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Feb 21, 2021

  1. Revert "pipewire: 0.3.21 -> 0.3.22"

    This reverts commit 25cf4b0.
    domenkozar committed Feb 21, 2021
    Copy the full SHA
    6900641 View commit details
Showing with 2 additions and 4 deletions.
  1. +2 −4 pkgs/development/libraries/pipewire/default.nix
6 changes: 2 additions & 4 deletions pkgs/development/libraries/pipewire/default.nix
Original file line number Diff line number Diff line change
@@ -13,7 +13,6 @@
, glib
, dbus
, alsaLib
, SDL2
, libjack2
, udev
, libva
@@ -43,7 +42,7 @@ let

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

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

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