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

This commit is contained in:
Victor SENE 2019-02-25 12:26:21 +01:00
parent dc6ed78a42
commit 43c1fced23
2 changed files with 15 additions and 15 deletions

View File

@ -2,15 +2,15 @@
buildGoPackage rec { buildGoPackage rec {
name = "mautrix-unstable-${version}"; name = "mautrix-unstable-${version}";
version = "2019-02-20"; version = "2019-02-24";
goPackagePath = "maunium.net/go/mautrix-whatsapp"; goPackagePath = "maunium.net/go/mautrix-whatsapp";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "tulir"; owner = "tulir";
repo = "mautrix-whatsapp"; repo = "mautrix-whatsapp";
rev = "c5aac5e770d40fe5d5549a2939b92f0c103d8165"; rev = "485acf6de654b8fb70007876c074fb004eb9717b";
sha256 = "093n8x4c2pdj7idzdnssys7260v5fmay1y6r1l39q16k0qsfsl6r"; sha256 = "1v7h3s8h0aiq6g06h9j1sidw8y5aiw24sgdh9knr1c90pvvc7pmv";
}; };
goDeps = ./deps.nix; goDeps = ./deps.nix;

View File

@ -14,8 +14,8 @@
fetch = { fetch = {
type = "git"; type = "git";
url = "https://github.com/Rhymen/go-whatsapp"; url = "https://github.com/Rhymen/go-whatsapp";
rev = "c9a81e957884"; rev = "c1173899de99";
sha256 = "10qq972hg72d79w6pvibmlhcwzrl1qv2j52kpxh10vj72x75kl1b"; sha256 = "1f46zpbfgv3k38lgdrcwqf4cm34dgqxlfs9qzg380in61460lcri";
}; };
} }
{ {
@ -59,8 +59,8 @@
fetch = { fetch = {
type = "git"; type = "git";
url = "https://github.com/mattn/go-colorable"; url = "https://github.com/mattn/go-colorable";
rev = "v0.1.0"; rev = "v0.1.1";
sha256 = "0kshi4hvm0ayrsxqxy0599iv81kryhd2fn9lwjyczpj593cq069r"; sha256 = "0l640974j804c1yyjfgyxqlsivz0yrzmbql4mhcw2azryigkp08p";
}; };
} }
{ {
@ -68,8 +68,8 @@
fetch = { fetch = {
type = "git"; type = "git";
url = "https://github.com/mattn/go-isatty"; url = "https://github.com/mattn/go-isatty";
rev = "v0.0.4"; rev = "v0.0.5";
sha256 = "0zs92j2cqaw9j8qx1sdxpv3ap0rgbs0vrvi72m40mg8aa36gd39w"; sha256 = "114d5xm8rfxplzd7nxz97gfngb4bhqy102szl084d1afcxsvm4aa";
}; };
} }
{ {
@ -113,8 +113,8 @@
fetch = { fetch = {
type = "git"; type = "git";
url = "https://go.googlesource.com/crypto"; url = "https://go.googlesource.com/crypto";
rev = "a4c6cb3142f2"; rev = "ffb98f73852f";
sha256 = "0sf5y9fn9n4qvkacjmnpc7rrlbcdbsbck9la86szd8qh44s5xhid"; sha256 = "0hil543q2zq8wxsz6ljrfnrhhxg5j0mrjfwskf2x6q0ppqizsa4h";
}; };
} }
{ {
@ -122,8 +122,8 @@
fetch = { fetch = {
type = "git"; type = "git";
url = "https://go.googlesource.com/net"; url = "https://go.googlesource.com/net";
rev = "3a22650c66bd"; rev = "915654e7eabc";
sha256 = "12q6fgdkc0742vcms67nzadgdwvi3rnb1gx3vwkljhrvlnwvz7wc"; sha256 = "0fzd7n2yc4qnnf2wk21zxy6gb01xviq2z1dzrbqcn8p1s4fjsqw5";
}; };
} }
{ {
@ -140,8 +140,8 @@
fetch = { fetch = {
type = "git"; type = "git";
url = "https://go.googlesource.com/sys"; url = "https://go.googlesource.com/sys";
rev = "90b0e4468f99"; rev = "cd391775e71e";
sha256 = "1vf39hdkk2j0xzq5pjrj5d24gj4m9sn0iz6i8jsf8yvglfj7k3q5"; sha256 = "12wk5ylx0jjajipr68yn50wcd0c9shzhq9y4an40ldnv4bsdp2rj";
}; };
} }
{ {