mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 20:55:31 +03:00
mautrix-meta: 0.4.5 -> 0.4.6
This commit is contained in:
parent
c88c75010e
commit
da0984f876
1 changed files with 3 additions and 3 deletions
|
@ -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 = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue