1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-23 14:11:36 +00:00

Merge pull request #70706 from r-ryantm/auto-update/pipewire

pipewire: 0.2.6 -> 0.2.7
This commit is contained in:
Marek Mahut 2019-10-10 11:22:32 +02:00 committed by GitHub
commit acd6f332eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,13 +9,13 @@ let
};
in stdenv.mkDerivation rec {
pname = "pipewire";
version = "0.2.6";
version = "0.2.7";
src = fetchFromGitHub {
owner = "PipeWire";
repo = "pipewire";
rev = version;
sha256 = "1rv1cprga0zy696pjk6gbb29p7nrbkvyla9iviii0pigflgnz6yl";
sha256 = "1q5wrqnhhs6r49p8yvkw1pl0cnsd4rndxy4h5lvdydwgf1civcwc";
};
outputs = [ "out" "lib" "dev" "doc" ];