Merge pull request #145564 from Ma27/bump-mautrix-whatsapp

mautrix-whatsapp: 0.1.10 -> 0.2.1
This commit is contained in:
Maximilian Bosch
2021-11-17 13:24:12 +01:00
committed by GitHub
+5 -5
View File
@@ -1,19 +1,19 @@
{ lib, buildGoModule, fetchFromGitHub, olm }:
{ lib, buildGo117Module, fetchFromGitHub, olm }:
buildGoModule rec {
buildGo117Module rec {
pname = "mautrix-whatsapp";
version = "0.1.10";
version = "0.2.1";
src = fetchFromGitHub {
owner = "mautrix";
repo = "whatsapp";
rev = "v${version}";
sha256 = "sha256-4eqgmJ5CC1Glc8jG+4cQs6FbrY8Az29rCrZvFU3PAoM=";
sha256 = "sha256-gCbZGlZDwHw+OAlTx3rHlbd4Ntw+RaCEDTiP/1q0oJs=";
};
buildInputs = [ olm ];
vendorSha256 = "sha256-Y9mUl7fWZiXBEEDX3w2HXMlQKJntv16WeQC1bQQ7hHs=";
vendorSha256 = "sha256-4KDLL9FY3DrkGBDlu6G8Fp7XJfXjwLTELspyW+FBGfo=";
doCheck = false;