kbfs 6.0.2 -> 6.2.2 https://github.com/keybase/client/releases attrpath: kbfs Checking auto update branch... No auto update branch exists Old version 6.0.2" not present in master derivation file with contents: { lib, buildGoModule, keybase }: buildGoModule { pname = "kbfs"; inherit (keybase) src version vendorSha256; modRoot = "go"; subPackages = [ "kbfs/kbfsfuse" "kbfs/redirector" "kbfs/kbfsgit/git-remote-keybase" ]; tags = [ "production" ]; ldflags = [ "-s" "-w" ]; meta = with lib; { homepage = "https://keybase.io/docs/kbfs"; description = "The Keybase filesystem"; maintainers = with maintainers; [ avaq rvolosatovs bennofs np shofius ]; license = licenses.bsd3; }; }