Unverified Commit bd910af1 authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt Committed by GitHub
Browse files

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

parents 3f45558b 427e5ee4
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@
  withGoolm ? false,
}:
let
  version = "0.2.0";
  version = "0.2.1";
in
buildGoModule {
  pname = "mautrix-slack";
@@ -23,10 +23,10 @@ buildGoModule {
    owner = "mautrix";
    repo = "slack";
    tag = "v${version}";
    hash = "sha256-y6DsojQQAQkAB4puhk3DLheVvjn0puoYvzoX1H7gBEM=";
    hash = "sha256-1/OuwyQU68tsg9WOl0Eg4ZM28sD6JDMQN9i1LZLYOuE=";
  };

  vendorHash = "sha256-1aYg6wDG2hzUshtHs9KiJDAFb4OM1oupUJAh3LR4KxY=";
  vendorHash = "sha256-YjM2ZpXm3DGNRtCGvj7+0+bXAnb7HXYzQvxCSL4+hHo=";

  buildInputs = lib.optional (!withGoolm) olm;
  tags = lib.optional withGoolm "goolm";