Skip to content

Commit

Permalink
mautrix-whatsapp: 0.11.1 -> 0.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlotte Van Petegem authored and github-actions[bot] committed Dec 21, 2024
1 parent 70eda6c commit 45fb6bd
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 45fb6bd

Please sign in to comment.