mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
mautrix-slack: 0.2.0 -> 0.2.1 (#400089)
This commit is contained in:
commit
bd910af13b
1 changed files with 3 additions and 3 deletions
|
@ -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";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue