Merge pull request #94028 from r-ryantm/auto-update/matterbridge

matterbridge: 1.17.5 -> 1.18.0
gstqt5
Ryan Mulligan 2020-08-15 15:59:39 -07:00 committed by GitHub
commit a87bee11bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
buildGoModule rec {
pname = "matterbridge";
version = "1.17.5";
version = "1.18.0";
vendorSha256 = null;
@ -10,7 +10,7 @@ buildGoModule rec {
src = fetchurl {
url = "https://github.com/42wim/matterbridge/archive/v${version}.tar.gz";
sha256 = "1p89ik5zr1qq1abd9k1xfa4j62b11zdnl2gm52y0s5yx8slap4w0";
sha256 = "0ax2lis37ppxah4k9aqw1aj6pl5yz6npfriaw70g4952abvbkivw";
};
meta = with stdenv.lib; {