matterbridge: 1.16.3 -> 1.16.5

This commit is contained in:
R. RyanTM 2020-03-14 08:39:09 +00:00
parent 7b33cbdbf5
commit 6bb795f8a9

View File

@ -2,19 +2,19 @@
buildGoModule rec { buildGoModule rec {
pname = "matterbridge"; pname = "matterbridge";
version = "1.16.3"; version = "1.16.5";
goPackagePath = "github.com/42wim/matterbridge"; goPackagePath = "github.com/42wim/matterbridge";
modSha256 = "sha256-Q6R6AhAELirFijw5ntyjly46HCzFMpLGSJYfv864gt0="; modSha256 = "0nnp9jxdsr2bs1pg00vd7wpv452iyxws8g3ljzypkb7hzlphcxqh";
src = fetchurl { src = fetchurl {
url = "https://github.com/42wim/matterbridge/archive/v${version}.tar.gz"; url = "https://github.com/42wim/matterbridge/archive/v${version}.tar.gz";
sha256 = "sha256-VAbZSXilmmd2z2bK4/UZzOrjohDVcJHah9t3DE1mtOE="; sha256 = "15wgjzy9l3xlgih2zb56l4jmval4nhcs42wn9axvz2h7kqfbmw3d";
}; };
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Simple bridge between Mattermost, IRC, XMPP, Gitter, Slack, Discord, Telegram, Rocket.Chat, Hipchat(via xmpp), Matrix and Steam"; description = "Simple bridge between Mattermost, IRC, XMPP, Gitter, Slack, Discord, Telegram, Rocket.Chat, Hipchat(via xmpp), Matrix and Steam";
homepage = https://github.com/42wim/matterbridge; homepage = "https://github.com/42wim/matterbridge";
license = with licenses; [ asl20 ]; license = with licenses; [ asl20 ];
maintainers = with maintainers; [ ryantm ]; maintainers = with maintainers; [ ryantm ];
platforms = platforms.unix; platforms = platforms.unix;