mautrix-whatsapp: 0.10.0 -> 0.10.1

https://github.com/mautrix/whatsapp/releases/tag/v0.10.1
This commit is contained in:
Charlotte Van Petegem
2023-09-16 18:54:05 +02:00
parent 7874b2433e
commit c8b64f21ba
+3 -3
View File
@@ -2,18 +2,18 @@
buildGoModule rec {
pname = "mautrix-whatsapp";
version = "0.10.0";
version = "0.10.1";
src = fetchFromGitHub {
owner = "mautrix";
repo = "whatsapp";
rev = "v${version}";
hash = "sha256-NbIDVBfh/6NXEvQhypOC5ToOq0EEkKKiMMahGJdXX0g=";
hash = "sha256-I1qM1hq6bnBgbtfzgWvySairfr+Q6TthMIQM+Mregc8=";
};
buildInputs = [ olm ];
vendorHash = "sha256-5S5uq7CRixw6PvtE4xz+AWfS+VsKE4+JVZjfyXmvbsM=";
vendorHash = "sha256-TH353K6BOTzFC/iPIf1S7rV0DSIxjJEg42ru5H8NbSE=";
doCheck = false;