Skip to content

Commit

Permalink
mautrix-meta: 0.3.2 -> 0.4.0 (NixOS#342988)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mindavi committed Sep 20, 2024
2 parents d19ec26 + 9ef2c90 commit 02971f9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/by-name/ma/mautrix-meta/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,21 @@

buildGoModule rec {
pname = "mautrix-meta";
version = "0.3.2";
version = "0.4.0";

subPackages = [ "." ];
subPackages = [ "cmd/mautrix-meta" ];

src = fetchFromGitHub {
owner = "mautrix";
repo = "meta";
rev = "v${version}";
hash = "sha256-whBqhdB2FSFfrbtGtq8v3pjXW7QMt+I0baHTXVGPWVg=";
hash = "sha256-KJuLBJy/g4ShcylkqIG4OuUalwboUSErSif3p7x4Zo4=";
};

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

vendorHash = "sha256-rP9wvF6yYW0TdQ+vQV6ZcVMxnCtqz8xRcd9v+4pYYio=";
vendorHash = "sha256-ErY40xIDhhOHQI/jYa8DcnfjOI998neIMgb/IQNP/JQ=";

passthru = {
tests = {
Expand Down

0 comments on commit 02971f9

Please sign in to comment.