mautrix-meta: 26.04 -> 26.05

This commit is contained in:
SchweGELBin
2026-05-18 11:59:08 +02:00
parent 726bf45962
commit bbf1e02962
+4 -4
View File
@@ -15,8 +15,8 @@
buildGoModule rec {
pname = "mautrix-meta";
version = "26.04";
tag = "v0.2604.0";
version = "26.05";
tag = "v0.2605.0";
subPackages = [ "cmd/mautrix-meta" ];
@@ -24,13 +24,13 @@ buildGoModule rec {
owner = "mautrix";
repo = "meta";
inherit tag;
hash = "sha256-85dzr97TTU0OCTzFe1gJ7lohVilivRErrW+alnRc3sI=";
hash = "sha256-zpolDtwGulDTiojJPnkj9O0D5b4rgPYQX6A28rvuvM0=";
};
buildInputs = lib.optional (!withGoolm) olm;
tags = lib.optional withGoolm "goolm";
vendorHash = "sha256-SK7BGUOe85hDijNKoxhhDoHAd+KEcipEB1kJmUQ5zlc=";
vendorHash = "sha256-+i45bXBhlXPXX24VMS9IJLLX+i4VPnqy5RAH4j88sTA=";
ldflags = [
"-s"