matterbridge: 1.22.0 -> 1.22.1

This commit is contained in:
R. RyanTM 2021-04-04 23:45:54 +00:00 committed by tomberek
parent 5d6622fce6
commit 5c90206f48

View file

@ -2,7 +2,7 @@
buildGoModule rec {
pname = "matterbridge";
version = "1.22.0";
version = "1.22.1";
vendorSha256 = null;
@ -10,7 +10,7 @@ buildGoModule rec {
src = fetchurl {
url = "https://github.com/42wim/matterbridge/archive/v${version}.tar.gz";
sha256 = "sha256-jwatqxQh4t4tgNiOEjS9vxIM+9XtnH8QNch887+xDnI=";
sha256 = "sha256-yV805OWFNOxKIGd6t2kRcUzdB8xYWYHFK+W2u/QPTXg=";
};
meta = with lib; {