mautrix-whatsapp: unstable-2021-06-15 -> 0.1.7
ChangeLog: https://github.com/tulir/mautrix-whatsapp/releases/tag/v0.1.7 Not a functional change as I already included all the fixes in my previous bump, but I think it's better to use a stable tag by default to build :)
This commit is contained in:
parent
9db4b84cfb
commit
6e4ce70535
1 changed files with 3 additions and 3 deletions
|
@ -2,13 +2,13 @@
|
|||
|
||||
buildGoModule rec {
|
||||
pname = "mautrix-whatsapp";
|
||||
version = "unstable-2021-06-15";
|
||||
version = "0.1.7";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "tulir";
|
||||
repo = "mautrix-whatsapp";
|
||||
rev = "d3b9f4f63744398cd2282c1927d02cb5bdb8c474";
|
||||
sha256 = "sha256-ueqAvfgQDTcNIad9fRCKiRpR0vGUJZbf3EmcJpQ2Y/g=";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-PXahSrA+jBWreFhqCp1Ar9yYfIJGJfU2xH88Ax3fdkE=";
|
||||
};
|
||||
|
||||
buildInputs = [ olm ];
|
||||
|
|
Loading…
Reference in a new issue