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

matterbridge: 1.22.2 -> 1.22.3
This commit is contained in:
Artturi 2021-08-18 00:33:13 +03:00 committed by GitHub
commit 9a5399ec08
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.22.2";
version = "1.22.3";
src = fetchFromGitHub {
owner = "42wim";
repo = pname;
rev = "v${version}";
sha256 = "sha256-H6Cy6yvX57QLNfZPeansZv6IJ4uQVqr0h24QsAlrLx8=";
sha256 = "sha256-YBIDNyjS8Si7A2Bciz5M8jY3JrgKOmlDPT0m5QM/9+Y=";
};
vendorSha256 = null;