kbfs 6.2.4 -> 6.2.8 https://github.com/keybase/client/releases attrpath: kbfs Checking auto update branch... No auto update branch exists Old version 6.2.4" not present in master derivation file with contents: { lib, buildGoModule, keybase }: buildGoModule { pname = "kbfs"; inherit (keybase) src version vendorHash; 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; }; }