mautrix-meta: 26.05 -> 26.05.1

(cherry picked from commit e5049aed76)
This commit is contained in:
w191923
2026-06-01 17:21:35 +02:00
committed by eymeric
parent e63f6f9b2e
commit de7dcd4a1d

View File

@@ -15,8 +15,8 @@
buildGoModule rec {
pname = "mautrix-meta";
version = "26.05";
tag = "v0.2605.0";
version = "26.05.1";
tag = "v0.2605.1";
subPackages = [
"cmd/mautrix-meta"
@@ -27,7 +27,7 @@ buildGoModule rec {
owner = "mautrix";
repo = "meta";
inherit tag;
hash = "sha256-zpolDtwGulDTiojJPnkj9O0D5b4rgPYQX6A28rvuvM0=";
hash = "sha256-Lc4DfZ1lznbTIKWi3SMbdOAefCoa9unUvvQlsP6ZdRo=";
};
buildInputs = lib.optional (!withGoolm) olm;