Merge pull request #167654 from NickCao/matterbridge

matterbridge: 1.24.1 -> 1.25.0
This commit is contained in:
Mario Rodas 2022-04-10 08:12:05 -05:00 committed by GitHub
commit c4c4877df5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "matterbridge";
version = "1.24.1";
version = "1.25.0";
src = fetchFromGitHub {
owner = "42wim";
repo = pname;
rev = "v${version}";
sha256 = "sha256-oT7CFJ266guNM6CEWn1BoNcERvLv89cVSlsrN6S/0h0=";
sha256 = "sha256-R5eoFpCbfPPkWgK1NFgRvWzUR5uTV4YpdEBE09g9D3A=";
};
vendorSha256 = null;