kbfs: 1.0.44 -> 2.1.1

Upgrade kbfs to the latest release.
This commit is contained in:
Jon Banafato 2018-06-28 11:56:44 -04:00
parent fdfe5b028b
commit caa7c8afbb

View File

@ -2,7 +2,7 @@
buildGoPackage rec { buildGoPackage rec {
name = "kbfs-${version}"; name = "kbfs-${version}";
version = "1.0.44"; version = "2.1.1";
goPackagePath = "github.com/keybase/kbfs"; goPackagePath = "github.com/keybase/kbfs";
subPackages = [ "kbfsfuse" "kbfsgit/git-remote-keybase" ]; subPackages = [ "kbfsfuse" "kbfsgit/git-remote-keybase" ];
@ -13,7 +13,7 @@ buildGoPackage rec {
owner = "keybase"; owner = "keybase";
repo = "kbfs"; repo = "kbfs";
rev = "v${version}"; rev = "v${version}";
sha256 = "1vjgzif8ki9xrlcghpzkvqwfwvaq63llf52s03m3d2vkyigmgp78"; sha256 = "1s1bgi9hcilz2is8w2kkvzi928i7w6m5j2x8avkb8zl9s3mrqz3q";
}; };
buildFlags = [ "-tags production" ]; buildFlags = [ "-tags production" ];