mautrix-meta: 26.05 -> 26.05.1

This commit is contained in:
w191923
2026-06-01 17:21:35 +02:00
parent b073113db1
commit e5049aed76
+3 -3
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" ];
@@ -24,7 +24,7 @@ buildGoModule rec {
owner = "mautrix";
repo = "meta";
inherit tag;
hash = "sha256-zpolDtwGulDTiojJPnkj9O0D5b4rgPYQX6A28rvuvM0=";
hash = "sha256-Lc4DfZ1lznbTIKWi3SMbdOAefCoa9unUvvQlsP6ZdRo=";
};
buildInputs = lib.optional (!withGoolm) olm;