28 dontRenameImports = true;
30 src = fetchFromGitHub {
34 hash = "sha256-hRqxA2gPL1UKbz9DwgfZfjE6e5pB7zenZqK+k1i8F2g=";
36 vendorHash = "sha256-KHahkGzkXr6xp0XY9MyEeeiHnmphaNYi9dPBQ476+us=";
40 src = ./fix-paths-keybase.patch;
41 gpg = "${gnupg}/bin/gpg";
42 gpg2 = "${gnupg}/bin/gpg2";
46 buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
56 tags = [ "production" ];
63 homepage = "https://www.keybase.io/";
64 description = "Keybase official command-line utility and service";
65 platforms = platforms.linux ++ platforms.darwin;
66 maintainers = with maintainers; [
74 license = licenses.bsd3;