mautrix-slack: 0.1.4 -> 0.2.0 (#390674)

This commit is contained in:
Peder Bergebakken Sundt
2025-03-20 03:46:36 +01:00
committed by GitHub
+3 -3
View File
@@ -13,7 +13,7 @@
withGoolm ? false,
}:
let
version = "0.1.4";
version = "0.2.0";
in
buildGoModule {
pname = "mautrix-slack";
@@ -23,10 +23,10 @@ buildGoModule {
owner = "mautrix";
repo = "slack";
tag = "v${version}";
hash = "sha256-MDbWvbEY8+CrUL1SnjdJ4SqyOH/5gPsEQkLnTHyJdOo=";
hash = "sha256-y6DsojQQAQkAB4puhk3DLheVvjn0puoYvzoX1H7gBEM=";
};
vendorHash = "sha256-8U6ifMLRF7PJyG3hWKgBtj/noO/eCXXD60aeB4p2W54=";
vendorHash = "sha256-1aYg6wDG2hzUshtHs9KiJDAFb4OM1oupUJAh3LR4KxY=";
buildInputs = lib.optional (!withGoolm) olm;
tags = lib.optional withGoolm "goolm";