mautrix-slack: 0.2.0 -> 0.2.1 (#400089)

This commit is contained in:
Peder Bergebakken Sundt 2025-04-24 22:20:10 +02:00 committed by GitHub
commit bd910af13b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,7 +13,7 @@
withGoolm ? false, withGoolm ? false,
}: }:
let let
version = "0.2.0"; version = "0.2.1";
in in
buildGoModule { buildGoModule {
pname = "mautrix-slack"; pname = "mautrix-slack";
@ -23,10 +23,10 @@ buildGoModule {
owner = "mautrix"; owner = "mautrix";
repo = "slack"; repo = "slack";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-y6DsojQQAQkAB4puhk3DLheVvjn0puoYvzoX1H7gBEM="; hash = "sha256-1/OuwyQU68tsg9WOl0Eg4ZM28sD6JDMQN9i1LZLYOuE=";
}; };
vendorHash = "sha256-1aYg6wDG2hzUshtHs9KiJDAFb4OM1oupUJAh3LR4KxY="; vendorHash = "sha256-YjM2ZpXm3DGNRtCGvj7+0+bXAnb7HXYzQvxCSL4+hHo=";
buildInputs = lib.optional (!withGoolm) olm; buildInputs = lib.optional (!withGoolm) olm;
tags = lib.optional withGoolm "goolm"; tags = lib.optional withGoolm "goolm";