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: 667b4b443c6d
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e66b7f6b0bfd
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jul 22, 2020

  1. pipewire: 0.3.6 -> 0.3.7

    zimbatm committed Jul 22, 2020

    Verified

    This commit was signed with the committer’s verified signature.
    zimbatm Jonas Chevalier
    Copy the full SHA
    4cb0342 View commit details

Commits on Jul 23, 2020

  1. Merge pull request #93672 from zimbatm/pipewire-0.3.7

    pipewire: 0.3.6 -> 0.3.7
    worldofpeace authored Jul 23, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    e66b7f6 View commit details
Showing with 2 additions and 9 deletions.
  1. +2 −9 pkgs/development/libraries/pipewire/default.nix
11 changes: 2 additions & 9 deletions pkgs/development/libraries/pipewire/default.nix
Original file line number Diff line number Diff line change
@@ -33,7 +33,7 @@ let
in
stdenv.mkDerivation rec {
pname = "pipewire";
version = "0.3.6";
version = "0.3.7";

outputs = [ "out" "lib" "dev" "doc" ];

@@ -42,16 +42,9 @@ stdenv.mkDerivation rec {
owner = "pipewire";
repo = "pipewire";
rev = version;
sha256 = "0g149vyaigf4gzm764fcgxxci9niw19z0af9afs4diwq5xzr1qd3";
sha256 = "04l66p0wj553gp2zf3vwwh6jbr1vkf6wrq4za9zlm9dn144am4j2";
};

patches = [ (fetchpatch {
# Brought by https://gitlab.freedesktop.org/pipewire/pipewire/-/merge_requests/263,
# should be part of > 0.3.6
url = "https://gitlab.freedesktop.org/pipewire/pipewire/-/commit/d1162f28efd502fcb973e172867970f5cc8d7a6b.patch";
sha256 = "0ng34yin5726cvv0nll1b2xigyq6mj6j516l3xi0ys1i2g2fyby9";
})];

nativeBuildInputs = [
doxygen
graphviz