7 stdenv.mkDerivation (finalAttrs: {
11 url = "https://download.tableplus.com/macos/${finalAttrs.version}/TablePlus.dmg";
12 hash = "sha256-db3dvjEzkqWrEO+lXyImk0cVBkh8MnCwHOYKIg+kRC4=";
15 sourceRoot = "TablePlus.app";
17 nativeBuildInputs = [ _7zz ];
22 mkdir -p "$out/Applications/TablePlus.app"
23 cp -R . "$out/Applications/TablePlus.app"
25 ln -s "$out/Applications/TablePlus.app/Contents/MacOS/TablePlus" "$out/bin/${finalAttrs.pname}"
31 description = "Database management made easy";
32 homepage = "https://tableplus.com";
33 license = licenses.unfree;
34 maintainers = with maintainers; [ yamashitax ];
35 platforms = platforms.darwin;