3
0
Fork 0
forked from mirrors/nixpkgs

pipewire: 0.3.6 -> 0.3.7

This commit is contained in:
zimbatm 2020-07-22 23:06:50 +02:00
parent 8b6e9818a5
commit 4cb0342777
No known key found for this signature in database
GPG key ID: 71BAF6D40C1D63D7

View file

@ -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