Skip to content

Commit

Permalink
keybase: update 1.0.17 -> 1.0.18
Browse files Browse the repository at this point in the history
(cherry picked from commit 711a42e)
Signed-off-by: Robin Gloster <mail@glob.in>
  • Loading branch information
aristidb authored and globin committed Jan 16, 2017
1 parent 30bb4aa commit 5de9698
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/security/keybase/default.nix
Expand Up @@ -2,7 +2,7 @@

buildGoPackage rec {
name = "keybase-${version}";
version = "1.0.17";
version = "1.0.18";
rev = "v${version}";

goPackagePath = "github.com/keybase/client";
Expand All @@ -14,7 +14,7 @@ buildGoPackage rec {
owner = "keybase";
repo = "client";
inherit rev;
sha256 = "14cj0npsvnc3whw7gashgd7lhj3lvjdkivsnvsjg7dp3hifvqxnx";
sha256 = "16n9fwx8v3jradp1l2564872akq6npib794jadfl5d122cll0n7h";
};

buildFlags = [ "-tags production" ];
Expand Down

0 comments on commit 5de9698

Please sign in to comment.