Skip to content

Commit

Permalink
Merge: [Backport release-24.11] mautrix-whatsapp: 0.11.1 -> 0.11.2 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma27 authored Dec 22, 2024
2 parents 5d034a9 + 45fb6bd commit 1807c2b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ma/mautrix-whatsapp/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@

buildGoModule rec {
pname = "mautrix-whatsapp";
version = "0.11.1";
version = "0.11.2";

src = fetchFromGitHub {
owner = "mautrix";
repo = "whatsapp";
rev = "v${version}";
hash = "sha256-yl/vDshjbJqGj6Kwhl6VnosbyrDCwt/0f3kHaxjYJmU=";
hash = "sha256-3S4aNoxK99iExhTJQP/JNq0GajCUjbdq4cUgCBudyXI=";
};

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

vendorHash = "sha256-Uv4xoyBmmC3pCiJv5bhof73y30e52mdqfUZ5GORjMUM=";
vendorHash = "sha256-9iX+pzken+/7+nqYa71rcc1olCdpmu3UfR09ag3KSKs=";

doCheck = false;

Expand Down

0 comments on commit 1807c2b

Please sign in to comment.