insync: 3.9.6.60027 -> 3.9.8.60034

This commit is contained in:
hellwolf
2026-03-01 18:40:23 +02:00
parent 6d3b61b190
commit c68ee5a53f
+4 -9
View File
@@ -13,15 +13,14 @@
xkeyboard_config,
libthai,
libsForQt5,
xz,
}:
let
pname = "insync";
# Find a binary from https://www.insynchq.com/downloads/linux
version = "3.9.6.60027";
web-archive-id = "20250502161201"; # upload via https://web.archive.org/save/
debian-dist = "trixie_amd64";
version = "3.9.8.60034";
web-archive-id = "20260301163242"; # upload via https://web.archive.org/save/
debian-dist = "forky_amd64";
insync-pkg = stdenvNoCC.mkDerivation {
pname = "${pname}-pkg";
inherit version;
@@ -31,7 +30,7 @@ let
"https://cdn.insynchq.com/builds/linux/${version}/insync_${version}-${debian-dist}.deb"
"https://web.archive.org/web/${web-archive-id}/${builtins.elemAt urls 0}"
];
hash = "sha256-q1s4hFQTXjS9VmA6XETpsvEEES79b84y8zCZwpy3gKo=";
hash = "sha256-EeTp49so038/bEJ9P1ubPiSj7dKhGHtHmkV0ExMCmj0=";
};
nativeBuildInputs = [
@@ -46,7 +45,6 @@ let
lz4
libgcrypt
libthai
xz
]
++ (with libsForQt5; [ qt5.qtvirtualkeyboard ]);
@@ -87,9 +85,6 @@ buildFHSEnv {
# xkb configuration needed: https://github.com/NixOS/nixpkgs/issues/236365
export XKB_CONFIG_ROOT=${xkeyboard_config}/share/X11/xkb/
# When using Ubuntu deb package, this might be needed for showing system tray icon.
# export XDG_CURRENT_DESKTOP=Unity
# For debugging:
# export QT_DEBUG_PLUGINS=1