about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorhellwolf <hellwolf@freehell.org>2024-03-25 19:53:19 +0200
committerhellwolf <hellwolf@freehell.org>2024-03-25 19:56:29 +0200
commitf7b7bf991245f944a8bafc05518054289279c8e3 (patch)
tree022cfa97d8e619c25249d183e9972aaca9e07b49 /pkgs
parentc83f685cfa6eea50cd271f2e621cbda343589e9f (diff)
insync: 3.8.6.50504 -> 3.8.7.50516
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/by-name/in/insync/package.nix7
1 files changed, 3 insertions, 4 deletions
diff --git a/pkgs/by-name/in/insync/package.nix b/pkgs/by-name/in/insync/package.nix
index fb004a6a3e0db..b8206c38ce907 100644
--- a/pkgs/by-name/in/insync/package.nix
+++ b/pkgs/by-name/in/insync/package.nix
@@ -20,7 +20,7 @@
 let
   pname = "insync";
   # 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";
   meta = with lib; {
     platforms = ["x86_64-linux"];
@@ -50,7 +50,7 @@ let
 
     src = fetchurl {
       url = "https://cdn.insynchq.com/builds/linux/insync_${version}-${ubuntu-dist}.deb";
-      sha256 = "sha256-QfSfTJjMTWShQETlUQqXQTYT7mBNhmj0HHoT5bjF0o8=";
+      sha256 = "sha256-U7BcgghbdR7r9WiZpEOka+BzXwnxrzL6p4imGESuB/k=";
     };
 
     nativeBuildInputs = [
@@ -92,7 +92,6 @@ in buildFHSEnv {
   inherit meta;
 
   targetPkgs = pkgs: with pkgs; [
-    cacert
     libudev0-shim
     insync-pkg
   ];
@@ -108,7 +107,7 @@ in buildFHSEnv {
     # For debugging:
     # 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.