keybase: update 1.0.17 -> 1.0.18

This commit is contained in:
Aristid Breitkreuz 2016-11-17 22:55:00 +01:00
parent 7516b7ca31
commit 711a42e03a

View File

@ -2,7 +2,7 @@
buildGoPackage rec { buildGoPackage rec {
name = "keybase-${version}"; name = "keybase-${version}";
version = "1.0.17"; version = "1.0.18";
rev = "v${version}"; rev = "v${version}";
goPackagePath = "github.com/keybase/client"; goPackagePath = "github.com/keybase/client";
@ -14,7 +14,7 @@ buildGoPackage rec {
owner = "keybase"; owner = "keybase";
repo = "client"; repo = "client";
inherit rev; inherit rev;
sha256 = "14cj0npsvnc3whw7gashgd7lhj3lvjdkivsnvsjg7dp3hifvqxnx"; sha256 = "16n9fwx8v3jradp1l2564872akq6npib794jadfl5d122cll0n7h";
}; };
buildFlags = [ "-tags production" ]; buildFlags = [ "-tags production" ];