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

Commits on Jun 10, 2020

  1. pipewire: 0.3.5 -> 0.3.6

    flokli committed Jun 10, 2020
    Copy the full SHA
    b981b77 View commit details
  2. Merge pull request #90039 from flokli/pipewire-0.3.6

    pipewire: 0.3.5 -> 0.3.6
    flokli authored Jun 10, 2020
    Copy the full SHA
    9ad9ad8 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/libraries/pipewire/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/libraries/pipewire/default.nix
Original file line number Diff line number Diff line change
@@ -32,7 +32,7 @@ let
in
stdenv.mkDerivation rec {
pname = "pipewire";
version = "0.3.5";
version = "0.3.6";

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

@@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
owner = "pipewire";
repo = "pipewire";
rev = version;
sha256 = "1x0rsq68vsl39bps2g397pa097q37mdjh595bjf7rd2lm9yf21ws";
sha256 = "0g149vyaigf4gzm764fcgxxci9niw19z0af9afs4diwq5xzr1qd3";
};

nativeBuildInputs = [