Merge pull request #77900 from r-ryantm/auto-update/scream-receivers

scream-receivers: 3.3 -> 3.4
gstqt5
Mario Rodas 2020-01-20 07:28:00 -05:00 committed by GitHub
commit 29fd96f4b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "scream-receivers";
version = "3.3";
version = "3.4";
src = fetchFromGitHub {
owner = "duncanthrax";
repo = "scream";
rev = version;
sha256 = "1iqhs7m0fv3vfld7h288j5j0jc5xdihaghd0jd9qrk68mj2g6g9w";
sha256 = "1ig89bmzfrm57nd8lamzsdz5z81ks5vjvq3f0xhgm2dk2mrgjsj3";
};
buildInputs = [ alsaLib ] ++ lib.optional pulseSupport libpulseaudio;