mautrix-meta: 0.4.5 -> 0.4.6

This commit is contained in:
SchweGELBin 2025-04-19 15:48:17 +02:00
parent c88c75010e
commit da0984f876
No known key found for this signature in database

View file

@ -15,7 +15,7 @@
buildGoModule rec { buildGoModule rec {
pname = "mautrix-meta"; pname = "mautrix-meta";
version = "0.4.5"; version = "0.4.6";
subPackages = [ "cmd/mautrix-meta" ]; subPackages = [ "cmd/mautrix-meta" ];
@ -23,13 +23,13 @@ buildGoModule rec {
owner = "mautrix"; owner = "mautrix";
repo = "meta"; repo = "meta";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-UWW5h4e6usxVkMH1TDGt62/ThlAhbeqivnYFIKPOqXE="; hash = "sha256-FRK32NBtAro/+StacBa/jMg31xkxOKx791RBmuG61z8=";
}; };
buildInputs = lib.optional (!withGoolm) olm; buildInputs = lib.optional (!withGoolm) olm;
tags = lib.optional withGoolm "goolm"; tags = lib.optional withGoolm "goolm";
vendorHash = "sha256-fJuCNhbm6930zPyfXA8mbjyJmRdv0Zn0ZZ+ULImXjKU="; vendorHash = "sha256-nFxWPMNV0La21W03WNDZNktcHYLFVzPY/SkAyp0AVxs=";
passthru = { passthru = {
tests = { tests = {