insync: 3.8.6.50504 -> 3.8.7.50516

This commit is contained in:
hellwolf 2024-03-25 19:53:19 +02:00
parent c83f685cfa
commit f7b7bf9912
No known key found for this signature in database
GPG Key ID: 1080B4863AD0F5D1

View File

@ -20,7 +20,7 @@
let let
pname = "insync"; pname = "insync";
# Find a binary from https://www.insynchq.com/downloads/linux#ubuntu. # Find a binary from https://www.insynchq.com/downloads/linux#ubuntu.
version = "3.8.6.50504"; version = "3.8.7.50516";
ubuntu-dist = "mantic_amd64"; ubuntu-dist = "mantic_amd64";
meta = with lib; { meta = with lib; {
platforms = ["x86_64-linux"]; platforms = ["x86_64-linux"];
@ -50,7 +50,7 @@ let
src = fetchurl { src = fetchurl {
url = "https://cdn.insynchq.com/builds/linux/insync_${version}-${ubuntu-dist}.deb"; url = "https://cdn.insynchq.com/builds/linux/insync_${version}-${ubuntu-dist}.deb";
sha256 = "sha256-QfSfTJjMTWShQETlUQqXQTYT7mBNhmj0HHoT5bjF0o8="; sha256 = "sha256-U7BcgghbdR7r9WiZpEOka+BzXwnxrzL6p4imGESuB/k=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
@ -92,7 +92,6 @@ in buildFHSEnv {
inherit meta; inherit meta;
targetPkgs = pkgs: with pkgs; [ targetPkgs = pkgs: with pkgs; [
cacert
libudev0-shim libudev0-shim
insync-pkg insync-pkg
]; ];
@ -108,7 +107,7 @@ in buildFHSEnv {
# For debugging: # For debugging:
# export QT_DEBUG_PLUGINS=1 # export QT_DEBUG_PLUGINS=1
QT_QPA_PLATFORMTHEME=hicolor QT_STYLE_OVERRIDE=hicolor LC_TIME=C exec /usr/lib/insync/insync "$@" exec /usr/lib/insync/insync "$@"
''; '';
# As intended by this bubble wrap, share as much namespaces as possible with user. # As intended by this bubble wrap, share as much namespaces as possible with user.