mautrix-whatsapp: 2019-02-11 -> 2019-02-20

This commit is contained in:
Victor SENE
2019-02-25 14:26:23 +01:00
parent 19eedaf867
commit dc6ed78a42
2 changed files with 15 additions and 15 deletions
+3 -3
View File
@@ -2,15 +2,15 @@
buildGoPackage rec {
name = "mautrix-unstable-${version}";
version = "2019-02-11";
version = "2019-02-20";
goPackagePath = "maunium.net/go/mautrix-whatsapp";
src = fetchFromGitHub {
owner = "tulir";
repo = "mautrix-whatsapp";
rev = "f689297ba6704265a938951f307b365e829fcfa1";
sha256 = "1658bika9ylhm64k9lxavp43dxilygn6vx7yn6y1l10j8by2akxk";
rev = "c5aac5e770d40fe5d5549a2939b92f0c103d8165";
sha256 = "093n8x4c2pdj7idzdnssys7260v5fmay1y6r1l39q16k0qsfsl6r";
};
goDeps = ./deps.nix;