Merge pull request #335358 from r-ryantm/auto-update/beeper-bridge-manager

beeper-bridge-manager: 0.12.0 -> 0.12.1
This commit is contained in:
Weijia Wang 2024-08-21 02:01:04 +02:00 committed by GitHub
commit 19fe2e5f72
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "bbctl";
version = "0.12.0";
version = "0.12.1";
src = fetchFromGitHub {
owner = "beeper";
repo = "bridge-manager";
rev = "refs/tags/v${version}";
hash = "sha256-xaBLI5Y7PxHbmlwD72AKNrgnz3D+3WVhb2GJr5cmyfs=";
hash = "sha256-MAve7ZNS20XBJ7Qp3mehznli04+MS7RiVWW1txdf19U=";
};
vendorHash = "sha256-VnqihTEGfrLxRfuscrWWBbhZ/tr8BhVnCd+FKblW5gI=";
vendorHash = "sha256-uz4pao8Y/Sb3fffi9d0lbWQEUMohbthA6t6k6PfQz2M=";
meta = {
description = "Tool for running self-hosted bridges with the Beeper Matrix server. ";