Skip to content

Commit

Permalink
kbfs: 2.6.0 -> 2.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
worldofpeace committed Nov 25, 2018
1 parent 3fdbd98 commit b49ed49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/security/kbfs/default.nix
Expand Up @@ -2,7 +2,7 @@

buildGoPackage rec {
name = "kbfs-${version}";
version = "2.6.0";
version = "2.10.1";

goPackagePath = "github.com/keybase/kbfs";
subPackages = [ "kbfsfuse" "kbfsgit/git-remote-keybase" ];
Expand All @@ -13,7 +13,7 @@ buildGoPackage rec {
owner = "keybase";
repo = "kbfs";
rev = "v${version}";
sha256 = "0i4f1bc0gcnax572s749m7zcpy53a0f9yzi4lwc312zzxi7krz2f";
sha256 = "0c03jm4pxqh4cfg1d7c833hdl8l57f1sbfqxwdq16y5s2cac1yss";
};

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

0 comments on commit b49ed49

Please sign in to comment.