Skip to content

Commit

Permalink
kbfs: 2.10.1 -> 2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rvolosatovs authored and worldofpeace committed Jan 8, 2019
1 parent b94446c commit a3a0742
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/security/kbfs/default.nix
Expand Up @@ -2,7 +2,7 @@

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

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 = "0c03jm4pxqh4cfg1d7c833hdl8l57f1sbfqxwdq16y5s2cac1yss";
sha256 = "1qlns7vpyj3ivm7d3vvlmx3iksl7hpcg87yh30f3n64c8jk0xc83";
};

buildFlags = [ "-tags production" ];
Expand All @@ -22,7 +22,7 @@ buildGoPackage rec {
homepage = https://www.keybase.io;
description = "The Keybase FS FUSE driver";
platforms = platforms.linux;
maintainers = with maintainers; [ bennofs np ];
maintainers = with maintainers; [ rvolosatovs bennofs np ];
license = licenses.bsd3;
};
}

0 comments on commit a3a0742

Please sign in to comment.