Skip to content

Commit

Permalink
Merge pull request #296413 from r-ryantm/auto-update/mautrix-whatsapp
Browse files Browse the repository at this point in the history
mautrix-whatsapp: 0.10.5 -> 0.10.6
  • Loading branch information
Ma27 authored Mar 17, 2024
2 parents cc744fc + 7d8ce14 commit 1bfeb2d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/servers/mautrix-whatsapp/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@

buildGoModule rec {
pname = "mautrix-whatsapp";
version = "0.10.5";
version = "0.10.6";

src = fetchFromGitHub {
owner = "mautrix";
repo = "whatsapp";
rev = "v${version}";
hash = "sha256-bn9nUTtpaEkzF2SEdCcKG27WQDL7xsgfgA/72wElQqA=";
hash = "sha256-foYmHJk25SOCv+o6eiJTeD2VP8vi6PpeeDm845Lq43Y=";
};

buildInputs = [ olm ];

vendorHash = "sha256-PDUSjza+0SDanQwKYQRuLzsiA/sHjRnG0xpzlzhkm+U=";
vendorHash = "sha256-2xHgGBVFzEnOFiZrg1ClgjUrzKVD3CLxPsvRO2iQBC4=";

doCheck = false;

Expand Down

0 comments on commit 1bfeb2d

Please sign in to comment.